Skip to content

Commit

Permalink
Update .NET SDK to 8.0.100-preview.4.23260.5 (#416)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 8.0.100-preview.4.23260.5.

---
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.AspNetCore.Mvc.Testing from 8.0.0-preview.3.23177.8 to 8.0.0-preview.4.23260.4

Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-preview.3.23177.8 to 8.0.0-preview.4.23260.4.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  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 and martincostello committed May 17, 2023
1 parent bb64e0c commit 7d82fa7
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 @@ -2,7 +2,7 @@
<ItemGroup>
<PackageVersion Include="coverlet.msbuild" Version="3.2.0" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.1.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0-preview.3.23177.8" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0-preview.4.23260.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Moq" Version="4.18.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": "8.0.100-preview.3.23178.7",
"version": "8.0.100-preview.4.23260.5",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit 7d82fa7

Please sign in to comment.