mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Update dependencies and remove WinSDK contract
This commit is contained in:
parent
6c962f3422
commit
4444446e93
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue