Skip to content

Commit 8574cbd

Browse files
Update .NET SDK to 9.0.102 (#496)
* Update .NET SDK Update .NET SDK to version 9.0.102. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> * Bump Microsoft.AspNetCore.Mvc.Testing from 9.0.0 to 9.0.1 Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0 to 9.0.1. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> --------- Signed-off-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com> Co-authored-by: jet-codeflow-maintainer[bot] <131594757+jet-codeflow-maintainer[bot]@users.noreply.github.com>
1 parent c9436cb commit 8574cbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.101",
3+
"version": "9.0.102",
44
"allowPrerelease": false
55
}
66
}

tests/ApplePayJS.Tests/ApplePayJS.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
1313
<PackageReference Include="JustEat.HttpClientInterception" Version="5.0.0" />
1414
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.5.1" />
15-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
15+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.1" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1717
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
1818
<PackageReference Include="Shouldly" Version="4.2.1" />

0 commit comments

Comments
 (0)