Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b36d82

Browse files
authoredMar 28, 2024··
chore(deps): update dotnet monorepo
1 parent 9b9c3fd commit 6b36d82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup Label="src">
88
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
9-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
9+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
1010
<PackageVersion Include="System.Collections.Immutable" Version="1.7.1" />
1111
<PackageVersion Include="System.Threading.Channels" Version="6.0.0" />
1212
</ItemGroup>

‎global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"rollForward": "latestFeature",
4-
"version": "8.0.100"
4+
"version": "8.0.203"
55
}
66
}

0 commit comments

Comments
 (0)
Please sign in to comment.