Fixed the issue that someone could have a windows 10 version which is older than what we can support. (#207)

Also upgrade Inno Setup and SVG
This commit is contained in:
Robin Krom 2020-05-10 23:04:31 +02:00 committed by GitHub
commit 5db1f5564b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 6 deletions

View file

@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.10.9" />
<PackageReference Include="log4net" version="2.0.8" />
<PackageReference Include="Svg" Version="3.0.102" />
<PackageReference Include="Svg" Version="3.1.1" />
<Reference Include="Accessibility" />
<Reference Include="CustomMarshalers" />
</ItemGroup>