Skip to content

Commit

Permalink
chore(deps): update dependency dotnet-sdk to v8.0.400 (#61)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency dotnet-sdk to v8.0.400

* Keep both .net 6 and 8

* Disable IDEO130

* Update src/Workleap.Extensions.Xunit/DecorationServiceCollectionExtensions.cs

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: He Qian Wang <[email protected]>
Co-authored-by: heqianwang <[email protected]>
  • Loading branch information
4 people authored Aug 16, 2024
1 parent bd7d883 commit f48596e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v4

- uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v4

- uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.303",
"version": "8.0.400",
"rollForward": "latestMinor",
"allowPrerelease": false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Linq;
using Microsoft.Extensions.DependencyInjection;

// ReSharper disable once CheckNamespace
#pragma warning disable IDE0130 // Namespace does not match folder structure
namespace Workleap.Extensions.DependencyInjection;

// Inspired from Scrutor: https://github.com/khellang/Scrutor/blob/v4.0.0/src/Scrutor/ServiceCollectionExtensions.Decoration.cs
Expand Down

0 comments on commit f48596e

Please sign in to comment.