Skip to content

Commit

Permalink
Update .NET SDK to 9.0.100-preview.4.24210.38 (#1579)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 9.0.100-preview.4.24210.38.

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

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

* Bump Microsoft.Extensions.Caching.Memory from 9.0.0-preview.4.24209.8 to 9.0.0-preview.4.24210.9

Bumps Microsoft.Extensions.Caching.Memory from 9.0.0-preview.4.24209.8 to 9.0.0-preview.4.24210.9.

---
updated-dependencies:
- 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 and martincostello committed Apr 11, 2024
1 parent 988379f commit b86d48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageVersion Include="MartinCostello.Testing.AwsLambdaTestServer" Version="0.8.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.4.24208.6" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0-preview.4.24209.8" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0-preview.4.24210.9" />
<PackageVersion Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.Playwright" Version="1.42.0" />
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-preview.4.24209.32",
"version": "9.0.100-preview.4.24210.38",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit b86d48a

Please sign in to comment.