downgrade to 5

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

View file

@ -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>