forked from judero01col/GMap.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGMap.NET.Windows.csproj
More file actions
31 lines (22 loc) · 899 Bytes
/
Copy pathGMap.NET.Windows.csproj
File metadata and controls
31 lines (22 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>GMap.NET.Windows</PackageId>
<Product>GMap.NET.Windows</Product>
<AssemblyTitle>GMap.NET.Windows</AssemblyTitle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<TargetFrameworks>net40;netcoreapp3.0</TargetFrameworks>
<PackageReleaseNotes>
Library migrated to .Net Core and published in new individual packages
- GMap.NET.Core
- GMap.NET.WinForms
- GMap.NET.WinPresentation
History Release Notes
https://github.com/judero01col/GMap.NET/blob/master/README.md#release-notes
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GMap.NET.WinForms" Version="$(PackageVersion)" />
<PackageReference Include="GMap.NET.WinPresentation" Version="$(PackageVersion)" />
<None Include="reame.txt" Pack="true" PackagePath="lib\reame.txt"/>
</ItemGroup>
</Project>