Skip to content

Commit ea1b479

Browse files
committed
Update SourceLink.Environment.csproj
1 parent e306def commit ea1b479

1 file changed

Lines changed: 21 additions & 17 deletions

File tree

SourceLink.Environment/SourceLink.Environment.csproj

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<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>
2023
</PropertyGroup>
2124

2225
<ItemGroup>
@@ -33,7 +36,8 @@
3336

3437
<None Include="targets\DotNetCore.SourceLink.Environment.targets" Pack="true" PackagePath="build\netcoreapp3.1\DotNetCore.SourceLink.Environment.targets" />
3538
<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" />
3741
<None Include="targets\DotNetCore.SourceLink.Environment.targets" Pack="true" PackagePath="build\net5\DotNetCore.SourceLink.Environment.targets" />
3842
<None Include="targets\DotNetCore.SourceLink.Environment.targets" Pack="true" PackagePath="buildTransitive\net5\DotNetCore.SourceLink.Environment.targets" />
3943
</ItemGroup>

0 commit comments

Comments
 (0)