Updated project properties

This commit is contained in:
ClemensFischer 2024-06-26 11:05:00 +02:00
parent 4b110509ed
commit 08a7888748
12 changed files with 25 additions and 23 deletions

View file

@ -2,11 +2,12 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>AVALONIA</DefineConstants>
<RootNamespace>MapControl</RootNamespace>
<AssemblyTitle>XAML Map Control Library for Avalonia UI</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl</PackageId>
<DefineConstants>AVALONIA</DefineConstants>
<Description>A set of Avalonia UI controls for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays</Description>
</PropertyGroup>
<ItemGroup>