File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments