Skip to content

Commit 47a6306

Browse files
Update .NET SDK to 10.0.200 (#1178)
* Update .NET SDK Update .NET SDK to version 10.0.200. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 10.0.200 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 10.0.200 SDK. Bumps Microsoft.AspNetCore.Authentication.Google from 10.0.3 to 10.0.4. Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.3 to 10.0.4. Bumps Microsoft.AspNetCore.TestHost from 10.0.3 to 10.0.4. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Google dependency-version: 10.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.TestHost dependency-version: 10.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com> --------- Signed-off-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com> Co-authored-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com>
1 parent 39e90af commit 47a6306

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Directory.Packages.props

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<Project>
2-
32
<ItemGroup>
43
<PackageVersion Include="JetBrains.Annotations" Version="2025.2.4" />
54
<PackageVersion Include="JustEat.HttpClientInterception" Version="5.1.2" />
65
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.7.1" />
7-
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.3" />
8-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" />
9-
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.3" />
6+
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.4" />
7+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.4" />
8+
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.4" />
109
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.14.0" />
1110
<PackageVersion Include="NSubstitute" Version="5.3.0" />
1211
<PackageVersion Include="Shouldly" Version="4.3.0" />
1312
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
1413
</ItemGroup>
15-
16-
</Project>
14+
</Project>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"sdk": {
3-
"version": "10.0.103",
3+
"version": "10.0.200",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77

88
"tools": {
9-
"dotnet": "10.0.103"
9+
"dotnet": "10.0.200"
1010
},
1111

1212
"msbuild-sdks": {

0 commit comments

Comments
 (0)