Skip to content

Commit fedb760

Browse files
authored
Update .NET SDK to 11.0.100-preview.3.26207.106 (#1215)
* Update .NET SDK Update .NET SDK to version 11.0.100-preview.3.26207.106. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 11.0.100-preview.3.26207.106 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 11.0.0-preview.2.26159.112 to 11.0.0-preview.3.26207.106 Bumps Microsoft.AspNetCore.Mvc.Testing from 11.0.0-preview.2.26159.112 to 11.0.0-preview.3.26207.106. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 11.0.0-preview.3.26207.106 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>
1 parent 4b11aea commit fedb760

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageVersion Include="coverlet.msbuild" Version="8.0.0" />
99
<PackageVersion Include="GitHubActionsTestLogger" Version="3.0.1" />
1010
<PackageVersion Include="JunitXml.TestLogger" Version="8.0.0" />
11-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="11.0.0-preview.2.26159.112" />
11+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="11.0.0-preview.3.26207.106" />
1212
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="4.14.0" />
1313
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.4" />
1414
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "11.0.100-preview.2.26159.112",
3+
"version": "11.0.100-preview.3.26207.106",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor",
66
"paths": [ ".dotnet", "$host$" ],

0 commit comments

Comments
 (0)