mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Dropped targets net5.0-windows and netcoreapp3.1
This commit is contained in:
parent
24c2076dae
commit
7a23b64b09
6 changed files with 9 additions and 22 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0-windows;net5.0-windows;netcoreapp3.1;net48;net462</TargetFrameworks>
|
||||
<TargetFrameworks>net6.0-windows;net48;net462</TargetFrameworks>
|
||||
<UseWPF>true</UseWPF>
|
||||
<RootNamespace>MapControl.MBTiles</RootNamespace>
|
||||
<AssemblyTitle>XAML Map Control MBTiles Library for WPF</AssemblyTitle>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue