Skip to content

Commit

Permalink
Update .NET SDK to 9.0.100-rc.1.24421.6 (#1843)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 9.0.100-rc.1.24421.6.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rc.1.24421.6 SDK.

Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rc.1.24416.6 to 9.0.0-rc.1.24420.6.
Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rc.1.24416.6 to 9.0.0-rc.1.24420.6.
Bumps Microsoft.Extensions.Caching.Memory from 9.0.0-rc.1.24418.7 to 9.0.0-rc.1.24420.11.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
  • Loading branch information
costellobot authored Aug 21, 2024
1 parent ce77dfc commit 9a294db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.4.0" />
<PackageVersion Include="MartinCostello.Testing.AwsLambdaTestServer" Version="0.8.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-rc.1.24416.6" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0-rc.1.24416.6" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0-rc.1.24418.7" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-rc.1.24420.6" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0-rc.1.24420.6" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0-rc.1.24420.11" />
<PackageVersion Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="Microsoft.OpenApi" Version="1.6.17" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-rc.1.24419.1",
"version": "9.0.100-rc.1.24421.6",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit 9a294db

Please sign in to comment.