Skip to content

Commit 5a6efea

Browse files
Update dotnet monorepo
1 parent 7c2a828 commit 5a6efea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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="\" />

TruePath/TruePath.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)