Skip to content

Commit

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

* use global.json instead of explicit .NET 6 version

* Disable IDE130

* Keep both .net 6 and 8

* Update src/Workleap.Extensions.Configuration.Substitution/ConfigurationSubstitutorBuilderExtensions.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 307fdfd commit ab5e137
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
@@ -1,6 +1,6 @@
using Workleap.Extensions.Configuration.Substitution;

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

public static class ConfigurationSubstitutorBuilderExtensions
Expand Down

0 comments on commit ab5e137

Please sign in to comment.