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