Skip to content

Commit 7b7d8d2

Browse files
committed
发布新版本
1 parent 139e2f2 commit 7b7d8d2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

SourceLink.Environment/SourceLink.Environment.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<PackageId>DotNetCore.SourceLink.Environment</PackageId>
5-
<Description>此包为 SourceLink 环境包</Description>
5+
<Description>此包为 SourceLink 环境包,允许子包向下传递功能。</Description>
66
<PackageTags>env;ncc;source;sourcelink;github;</PackageTags>
77
<PackageIcon>19404084.png</PackageIcon>
88
<RepositoryUrl>https://github.com/dotnetcore/SourceLink.Environment</RepositoryUrl>
99
<PackageProjectUrl>https://github.com/dotnetcore/SourceLink.Environment</PackageProjectUrl>
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
11-
<Version>3.2.0</Version>
11+
<Version>8.0.0</Version>
1212
<PackageReleaseNotes>发布最新版</PackageReleaseNotes>
1313

1414
<TargetFrameworks>netstandard2.0;netstandard2.1;</TargetFrameworks>

SourceLink.Environment/targets/DotNetCore.SourceLink.Environment.targets

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
9+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
10+
<PrivateAssets>all</PrivateAssets>
11+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
12+
</PackageReference>
1013
</ItemGroup>
1114
</Project>

0 commit comments

Comments
 (0)