mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapControl.Avalonia.csproj
This commit is contained in:
parent
b7afd27c91
commit
8ce1d81eab
|
|
@ -1,6 +1,6 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<Nullable>disable</Nullable>
|
<Nullable>disable</Nullable>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<RootNamespace>MapControl</RootNamespace>
|
<RootNamespace>MapControl</RootNamespace>
|
||||||
|
|
@ -19,9 +19,6 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="..\Shared\*.cs" />
|
<Compile Include="..\Shared\*.cs" />
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Compile Remove="..\Shared\BindingHelper.cs" />
|
<Compile Remove="..\Shared\BindingHelper.cs" />
|
||||||
<Compile Remove="..\Shared\GeoImage.cs" />
|
<Compile Remove="..\Shared\GeoImage.cs" />
|
||||||
<Compile Remove="..\Shared\MapGraticule.cs" />
|
<Compile Remove="..\Shared\MapGraticule.cs" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue