Updated global build properties

This commit is contained in:
ClemensFischer 2024-06-26 10:13:41 +02:00
parent 40a635eafe
commit 4b110509ed
6 changed files with 5 additions and 10 deletions

View file

@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>MapControl</RootNamespace>
<AssemblyTitle>XAML Map Control Library for Avalonia UI</AssemblyTitle>

View file

@ -8,9 +8,6 @@
<PackageId>XAML.MapControl</PackageId>
<Title>$(AssemblyTitle)</Title>
<Description>A set of controls for WPF, WinUI and Avalonia UI for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays</Description>
<PackageTags>XAML WPF WinUI Avalonia Map</PackageTags>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ClemensFischer/XAML-Map-Control</PackageProjectUrl>
<DefineConstants>WPF</DefineConstants>
</PropertyGroup>