Dropped targets net5.0-windows and netcoreapp3.1

This commit is contained in:
ClemensFischer 2022-11-08 20:11:41 +01:00
parent 24c2076dae
commit 7a23b64b09
6 changed files with 9 additions and 22 deletions

View file

@ -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.UiTools</RootNamespace>
<AssemblyTitle>XAML Map Control UI Tools Library for WPF</AssemblyTitle>