From 6e366e1d8513d6bde0448af92f3511c38b8a111b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorstein=20L=C3=B8kensgard?= Date: Wed, 10 Jan 2024 12:58:07 +0100 Subject: [PATCH] build(deps): update dependencies for Identity.Web --- .github/workflows/Build_and_Test.yml | 2 +- .github/workflows/Publish.yml | 2 +- .../Serilog.Enrichers.AzureClaims.csproj | 2 +- .../Serilog.Enrichers.AzureClaims.Tests.csproj | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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