We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9436cb commit 8574cbdCopy full SHA for 8574cbd
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "9.0.101",
+ "version": "9.0.102",
4
"allowPrerelease": false
5
}
6
tests/ApplePayJS.Tests/ApplePayJS.Tests.csproj
@@ -12,7 +12,7 @@
12
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
13
<PackageReference Include="JustEat.HttpClientInterception" Version="5.0.0" />
14
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.5.1" />
15
- <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.1" />
16
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
17
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
18
<PackageReference Include="Shouldly" Version="4.2.1" />
0 commit comments