Skip to content

Commit 95c11ed

Browse files
chore(deps): update dotnet monorepo to v9
1 parent af3bd64 commit 95c11ed

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-ef": {
6-
"version": "8.0.19",
6+
"version": "9.0.8",
77
"commands": [
88
"dotnet-ef"
99
]

Directory.Packages.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
<PackageVersion Include="MassTransit.AspNetCore" Version="7.3.1" />
2828
<PackageVersion Include="MassTransit.RabbitMQ" Version="8.5.2" />
2929
<PackageVersion Include="Meziantou.Extensions.Logging.Xunit" Version="1.0.16" />
30-
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.19" />
31-
<PackageVersion Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.19" />
32-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.20" />
33-
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.19" />
34-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.19" />
35-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.19" />
36-
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.19" />
30+
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.8" />
31+
<PackageVersion Include="Microsoft.AspNetCore.JsonPatch" Version="9.0.8" />
32+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.8" />
33+
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.8" />
34+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.8" />
35+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.8" />
36+
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.8" />
3737
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
3838
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
3939
<PackageVersion Include="Moq" Version="4.20.72" />

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.413",
3+
"version": "9.0.304",
44
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)