|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netcoreapp3.1;net5.0;</TargetFrameworks> |
5 | | - <PackageId>DotNetCore.SourceLink.Environment</PackageId> |
6 | | - <PackageTags>sourcelink;debug;source;github;env;ncc;</PackageTags> |
7 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
8 | | - <IsPackable>true</IsPackable> |
9 | | - <OutputType>Library</OutputType> |
10 | | - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
11 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
12 | | - <Authors>NMSAzulX</Authors> |
13 | | - <PackageIcon>19404084.png</PackageIcon> |
14 | | - <PackageProjectUrl>https://github.com/dotnetcore/SourceLink.Environment</PackageProjectUrl> |
15 | | - <Copyright>.NET Core Community and Contributors</Copyright> |
16 | | - <Description>此包为 SourceLink 环境包</Description> |
17 | | - <Version>2.2.0.0</Version> |
18 | | - <RepositoryUrl>https://github.com/dotnetcore/SourceLink.Environment</RepositoryUrl> |
19 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 4 | + <PackageId>DotNetCore.SourceLink.Environment</PackageId> |
| 5 | + <Description>此包为 SourceLink 环境包</Description> |
| 6 | + <PackageTags>env;ncc;source;sourcelink;github;</PackageTags> |
| 7 | + <PackageIcon>19404084.png</PackageIcon> |
| 8 | + <RepositoryUrl>https://github.com/dotnetcore/SourceLink.Environment</RepositoryUrl> |
| 9 | + <PackageProjectUrl>https://github.com/dotnetcore/SourceLink.Environment</PackageProjectUrl> |
| 10 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 11 | + <Version>3.0.0</Version> |
| 12 | + <PackageReleaseNotes>发布最新版</PackageReleaseNotes> |
| 13 | + |
| 14 | + <TargetFrameworks>netcoreapp3.1;net5.0;net6.0;</TargetFrameworks> |
| 15 | + <IsPackable>true</IsPackable> |
| 16 | + <IncludeSymbols>true</IncludeSymbols> |
| 17 | + <OutputType>Library</OutputType> |
| 18 | + <Authors>NMSAzulX</Authors> |
| 19 | + <Copyright>.NET Core Community and Contributors</Copyright> |
| 20 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 21 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 22 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
20 | 23 | </PropertyGroup> |
21 | 24 |
|
22 | 25 | <ItemGroup> |
|
33 | 36 |
|
34 | 37 | <None Include="targets\DotNetCore.SourceLink.Environment.targets" Pack="true" PackagePath="build\netcoreapp3.1\DotNetCore.SourceLink.Environment.targets" /> |
35 | 38 | <None Include="targets\DotNetCore.SourceLink.Environment.targets" Pack="true" PackagePath="buildTransitive\netcoreapp3.1\DotNetCore.SourceLink.Environment.targets" /> |
36 | | - |
| 39 | + <None Include="targets\DotNetCore.SourceLink.Environment.targets" Pack="true" PackagePath="build\net6\DotNetCore.SourceLink.Environment.targets" /> |
| 40 | + <None Include="targets\DotNetCore.SourceLink.Environment.targets" Pack="true" PackagePath="buildTransitive\net6\DotNetCore.SourceLink.Environment.targets" /> |
37 | 41 | <None Include="targets\DotNetCore.SourceLink.Environment.targets" Pack="true" PackagePath="build\net5\DotNetCore.SourceLink.Environment.targets" /> |
38 | 42 | <None Include="targets\DotNetCore.SourceLink.Environment.targets" Pack="true" PackagePath="buildTransitive\net5\DotNetCore.SourceLink.Environment.targets" /> |
39 | 43 | </ItemGroup> |
|
0 commit comments