File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ SPDX-License-Identifier: MIT
3030 </PropertyGroup >
3131
3232 <ItemGroup Condition =" $(IsPackable) == 'true'" >
33- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 10.0.201 " PrivateAssets =" All" />
33+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 10.0.202 " PrivateAssets =" All" />
3434 <PackageReference Include =" ChangelogAutomation.MSBuild" Version =" 3.0.5" PrivateAssets =" All" />
3535 <None Visible =" false" Include =" $(MSBuildThisFileDirectory)\LICENSES\**" Pack =" true" PackagePath =" \LICENSES" />
3636 <None Visible =" false" Include =" $(MSBuildThisFileDirectory)\CHANGELOG.md" Pack =" true" PackagePath =" \" />
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ SPDX-License-Identifier: MIT
1818 </ItemGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" Microsoft.Bcl.Memory" Version =" 10.0.5 " Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
21+ <PackageReference Include =" Microsoft.Bcl.Memory" Version =" 10.0.6 " Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
2222 </ItemGroup >
2323</Project >
You can’t perform that action at this time.
0 commit comments