Fix for one build issue, commenting out a test which needed the dropbox addon.

This commit is contained in:
Robin Krom 2019-02-25 12:43:32 +01:00
commit 867aff0c6c
2 changed files with 5 additions and 0 deletions

View file

@ -15,6 +15,7 @@
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
<Reference Include="Windows">
<HintPath>C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0\Windows.winmd</HintPath>
<IsWinMDFile>true</IsWinMDFile>
</Reference>
</ItemGroup>
@ -22,6 +23,7 @@
<!-- Light up Windows 10 features -->
<Reference Include="Windows">
<HintPath>C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17763.0\Windows.winmd</HintPath>
<IsWinMDFile>true</IsWinMDFile>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="PresentationCore" />

View file

@ -21,6 +21,8 @@
#endregion
/*
* This only works when Greenshot.Addon.Dropbox can be loaded
using Dapplo.Config.Ini.Converters;
using Greenshot.Addon.Dropbox.Configuration.Impl;
using Xunit;
@ -42,3 +44,4 @@ namespace Greenshot.Tests
}
}
}
*/