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