mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 07:30:15 +01:00
downgrade to 5
This commit is contained in:
parent
4444446e93
commit
7ece4d60cd
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net6.0-windows10.0.18362.0</TargetFramework>
|
||||
<TargetFramework>net5.0-windows10.0.18362.0</TargetFramework>
|
||||
<UseWPF>true</UseWPF>
|
||||
<RootNamespace>SampleApp.WinDesktop</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
<Link>NmeaSampleData.txt</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<PackageReference Include="Esri.ArcGISRuntime.WPF" Version="100.13.0" />
|
||||
<PackageReference Include="Esri.ArcGISRuntime.WPF" Version="100.12.0" />
|
||||
<Content Include="car.glb">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
|
|||
Loading…
Reference in a new issue