mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Updated global build properties
This commit is contained in:
parent
40a635eafe
commit
4b110509ed
6 changed files with 5 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue