Skip to content

Commit

Permalink
Update .NET SDK to 7.0.306 (#263)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 7.0.306.

---
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 7.0.8 to 7.0.9

Bumps Microsoft.AspNetCore.Mvc.Testing from 7.0.8 to 7.0.9.

---
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>
  • Loading branch information
jet-codeflow-maintainer[bot] authored Jul 11, 2023
1 parent 2e9d208 commit 92a6037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.305",
"version": "7.0.306",
"allowPrerelease": false
}
}
2 changes: 1 addition & 1 deletion tests/ApplePayJS.Tests/ApplePayJS.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.2" />
<PackageReference Include="JustEat.HttpClientInterception" Version="4.0.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.9" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Microsoft.Playwright" Version="1.35.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
Expand Down

0 comments on commit 92a6037

Please sign in to comment.