diff --git a/.github/workflows/Build_and_Test.yml b/.github/workflows/Build_and_Test.yml
index a9ac1e6..7a00b58 100644
--- a/.github/workflows/Build_and_Test.yml
+++ b/.github/workflows/Build_and_Test.yml
@@ -39,7 +39,7 @@ jobs:
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
- name: Setup dotnet
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: 'Run: Test'
diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml
index d3151e9..552f927 100644
--- a/.github/workflows/Publish.yml
+++ b/.github/workflows/Publish.yml
@@ -37,7 +37,7 @@ jobs:
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
- name: Setup dotnet
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: 'Run: Push'
diff --git a/src/Serilog.Enrichers.AzureClaims/Serilog.Enrichers.AzureClaims.csproj b/src/Serilog.Enrichers.AzureClaims/Serilog.Enrichers.AzureClaims.csproj
index 91ce229..9bc525a 100644
--- a/src/Serilog.Enrichers.AzureClaims/Serilog.Enrichers.AzureClaims.csproj
+++ b/src/Serilog.Enrichers.AzureClaims/Serilog.Enrichers.AzureClaims.csproj
@@ -24,7 +24,7 @@
-
+
diff --git a/tests/Serilog.Enrichers.AzureClaims.Tests/Serilog.Enrichers.AzureClaims.Tests.csproj b/tests/Serilog.Enrichers.AzureClaims.Tests/Serilog.Enrichers.AzureClaims.Tests.csproj
index 4fd9823..732adf0 100644
--- a/tests/Serilog.Enrichers.AzureClaims.Tests/Serilog.Enrichers.AzureClaims.Tests.csproj
+++ b/tests/Serilog.Enrichers.AzureClaims.Tests/Serilog.Enrichers.AzureClaims.Tests.csproj
@@ -9,8 +9,8 @@
-
-
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all