1
0

Removed unused dependency

Added Windows 10 1903 build number
This commit is contained in:
Benjamin Höglinger-Stelzer 2019-06-05 17:14:35 +02:00
parent ce40e3da53
commit 13b4cdf09f
3 changed files with 2 additions and 5 deletions

View File

@ -59,9 +59,6 @@
<Reference Include="ExceptionReporter.NET, Version=4.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ExceptionReporter.4.0.2\lib\net40\ExceptionReporter.NET.dll</HintPath>
</Reference>
<Reference Include="Handlebars, Version=1.9.5.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661, processorArchitecture=MSIL">
<HintPath>..\packages\Handlebars.Net.1.9.5\lib\net452\Handlebars.dll</HintPath>
</Reference>
<Reference Include="MahApps.Metro, Version=1.6.5.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MahApps.Metro.1.6.5\lib\net46\MahApps.Metro.dll</HintPath>
</Reference>

View File

@ -27,7 +27,8 @@ namespace DerpingDrivers.Util
"1703",
"1709",
"1803",
"1809"
"1809",
"1903"
};
#region SERVICE PACK

View File

@ -5,7 +5,6 @@
<package id="DotNetZip" version="1.13.3" targetFramework="net461" />
<package id="ExceptionReporter" version="4.0.2" targetFramework="net461" />
<package id="Fody" version="4.0.2" targetFramework="net461" developmentDependency="true" />
<package id="Handlebars.Net" version="1.9.5" targetFramework="net461" />
<package id="MahApps.Metro" version="1.6.5" targetFramework="net461" />
<package id="MahApps.Metro.IconPacks.FontAwesome" version="2.3.0" targetFramework="net461" />
<package id="PInvoke.Kernel32" version="0.5.184" targetFramework="net461" />