Skip to content

Commit e051224

Browse files
costellobotmartincostello
authored andcommitted
Update .NET SDK to 9.0.100-preview.2.24157.14 (#1844)
* Update .NET SDK Update .NET SDK to version 9.0.100-preview.2.24157.14. --- 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-preview.2.24157.14 SDK. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.1.24081.5 to 9.0.0-preview.2.24128.4. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.1.24081.5 to 9.0.0-preview.2.24128.4. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
1 parent b66bd1e commit e051224

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<PackageVersion Include="GitHubActionsTestLogger" Version="2.3.3" />
99
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
1010
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
11-
<PackageVersion Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="9.0.0-preview.1.24081.5" />
12-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.1.24081.5" />
11+
<PackageVersion Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="9.0.0-preview.2.24128.4" />
12+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.2.24128.4" />
1313
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1414
<PackageVersion Include="Microsoft.Playwright" Version="1.42.0" />
1515
<PackageVersion Include="Microsoft.TypeScript.MSBuild" Version="5.4.4" />

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": "9.0.100-preview.1.24101.2",
3+
"version": "9.0.100-preview.2.24157.14",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor"
66
}

0 commit comments

Comments
 (0)