mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update ProjectionDemo.csproj
This commit is contained in:
parent
82d4b1bc6e
commit
f38ac5bec3
|
|
@ -1,10 +1,10 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<TargetFramework>net5.0-windows</TargetFramework>
|
||||
<UseWPF>true</UseWPF>
|
||||
<Version>5.0.1</Version>
|
||||
<Version>5.5.0</Version>
|
||||
<Authors>Clemens Fischer</Authors>
|
||||
<Description>XAML Map Control Map Projection Demo Application</Description>
|
||||
<Product>XAML Map Control</Product>
|
||||
|
|
|
|||
Loading…
Reference in a new issue