Skip to content

Commit 7dd7521

Browse files
chore(deps): update dotnet monorepo to v9 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42718e0 commit 7dd7521

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"rollForward": "latestMajor",
4-
"version": "8.0.411"
4+
"version": "9.0.301"
55
}
66
}

src/JamieMagee.MicrosoftSecurityUpdates.Client/JamieMagee.MicrosoftSecurityUpdates.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</ItemGroup>
1212

1313
<ItemGroup Label="Package References">
14-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
15-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
14+
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.6" />
15+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.6" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)