diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f0bfc0e9..3e89602c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET 6.0
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
with:
- dotnet-version: 6.0.302
+ dotnet-version: 6.0.405
- name: Install solution dependencies
run: dotnet restore
- name: Build
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 91a118e3..b95a2ea6 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -43,13 +43,14 @@ jobs:
- name: Setup .NET 6.0
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
with:
- dotnet-version: 6.0.302
+ dotnet-version: 6.0.405
- name: Install solution dependencies
run: |
- dotnet tool install -g docfx
+ dotnet new tool-manifest
+ dotnet tool install docfx
- name: Create API docs
run: |
- docfx apidocs/docfx.json
+ dotnet docfx apidocs/docfx.json
- name: Release API docs to latest
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
with:
diff --git a/global.json b/global.json
index b1927b6a..5f5ece16 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "6.0.302"
+ "version": "6.0.405"
}
}
diff --git a/libraries/tests/AWS.Lambda.Powertools.Logging.Tests/AWS.Lambda.Powertools.Logging.Tests.csproj b/libraries/tests/AWS.Lambda.Powertools.Logging.Tests/AWS.Lambda.Powertools.Logging.Tests.csproj
index f149a506..2c2f7944 100644
--- a/libraries/tests/AWS.Lambda.Powertools.Logging.Tests/AWS.Lambda.Powertools.Logging.Tests.csproj
+++ b/libraries/tests/AWS.Lambda.Powertools.Logging.Tests/AWS.Lambda.Powertools.Logging.Tests.csproj
@@ -15,7 +15,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
all