Skip to content

Commit

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

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

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

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

* Bump Microsoft.Extensions.Http.Resilience from 9.0.0-preview.4.24253.1 to 9.0.0-preview.4.24256.2

Bumps Microsoft.Extensions.Http.Resilience from 9.0.0-preview.4.24253.1 to 9.0.0-preview.4.24256.2.

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

---------

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
  • Loading branch information
costellobot authored May 7, 2024
1 parent 0b43ed5 commit 247b377
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 @@ -26,7 +26,7 @@
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.4.24253.3" />
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.39.1" />
<PackageVersion Include="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21452.1" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.0.0-preview.4.24253.1" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.0.0-preview.4.24256.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.Playwright" Version="1.43.0" />
<PackageVersion Include="Microsoft.TypeScript.MSBuild" Version="5.4.4" />
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.24253.11",
"version": "9.0.100-preview.4.24256.13",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit 247b377

Please sign in to comment.