Skip to content

Commit 36f0aab

Browse files
committed
chore(deps): update dotnet monorepo
1 parent 1c01e1f commit 36f0aab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<PackageVersion Include="Google.LongRunning" Version="3.5.0" />
2121

2222
<!-- Microsoft/System packages -->
23-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
24-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
25-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.11" />
26-
<PackageVersion Include="System.Collections.Immutable" Version="9.0.11" />
23+
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.1" />
24+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
25+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.1" />
26+
<PackageVersion Include="System.Collections.Immutable" Version="10.0.1" />
2727
<PackageVersion Include="System.Linq.AsyncEnumerable" Version="10.0.1" />
2828

2929
<!-- Other third party packages -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.416",
3+
"version": "10.0.100",
44
"allowPrerelease": false,
55
"rollForward": "latestMinor"
66
}

0 commit comments

Comments
 (0)