Update dependencies and remove WinSDK contract

This commit is contained in:
Morten Nielsen 2021-12-22 14:34:01 -08:00 committed by GitHub
parent 6c962f3422
commit 4444446e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows10.0.18362.0</TargetFramework>
<TargetFramework>net6.0-windows10.0.18362.0</TargetFramework>
<UseWPF>true</UseWPF>
<RootNamespace>SampleApp.WinDesktop</RootNamespace>
</PropertyGroup>
@ -19,8 +19,7 @@
<Link>NmeaSampleData.txt</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<PackageReference Include="Esri.ArcGISRuntime.WPF" Version="100.9.0" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.17134.1000" />
<PackageReference Include="Esri.ArcGISRuntime.WPF" Version="100.13.0" />
<Content Include="car.glb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@ -38,4 +37,4 @@
<LastGenOutput>UserSettings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
</Project>
</Project>