diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 46ff86e..d73d02d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,18 +12,18 @@ jobs: DOTNET_CLI_TELEMETRY_OPTOUT: true steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4 - name: Setup .NET SDK 6.0 - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.419 + dotnet-version: 6.0.420 source-url: ${{ secrets.NUGET_SOURCE }} env: NUGET_AUTH_TOKEN: ${{ secrets.PACKAGES_TOKEN }} - name: Setup .NET SDK 8.0 - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.201 + dotnet-version: 8.0.203 source-url: ${{ secrets.NUGET_SOURCE }} env: NUGET_AUTH_TOKEN: ${{ secrets.PACKAGES_TOKEN }} diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index d125502..d152843 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -13,22 +13,22 @@ jobs: environment: Production steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4 with: ref: ${{ github.sha }} - name: Set release version run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Setup .NET SDK 6.0 - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.419 + dotnet-version: 6.0.420 source-url: ${{ secrets.NUGET_SOURCE }} env: NUGET_AUTH_TOKEN: ${{ secrets.PACKAGES_TOKEN }} - name: Setup .NET SDK 8.0 - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.201 + dotnet-version: 8.0.203 source-url: ${{ secrets.NUGET_SOURCE }} env: NUGET_AUTH_TOKEN: ${{ secrets.PACKAGES_TOKEN }} diff --git a/README.md b/README.md index 1005dc3..e9f8914 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ The documentation for each project is described in its README.md file. ### Required dependencies -- [.NET SDK 6.0.419+](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) -- [.NET SDK 8.0.201+](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) +- [.NET SDK 6.0.420+](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) +- [.NET SDK 8.0.203+](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) ## Tips for Contribution diff --git a/demo/WebAuthn.Net.Demo.FidoConformance/README.md b/demo/WebAuthn.Net.Demo.FidoConformance/README.md index 9707f8f..02e10cb 100644 --- a/demo/WebAuthn.Net.Demo.FidoConformance/README.md +++ b/demo/WebAuthn.Net.Demo.FidoConformance/README.md @@ -16,7 +16,7 @@ This project contains a demo application designed for passing the [FIDO conforma These steps need to be performed only if you have not done them before. -1. Install .NET SDK versions [6.0.419+](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) and [8.0.201+](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). +1. Install .NET SDK versions [6.0.420+](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) and [8.0.203+](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). 2. [Trust the ASP.NET Core HTTPS development certificate](https://learn.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-8.0&tabs=visual-studio%2Clinux-ubuntu#trust-the-aspnet-core-https-development-certificate-on-windows-and-macos) ### Starting the FIDO Conformance test diff --git a/global.json b/global.json index 79a5a3d..e0cb54c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.203", "rollForward": "latestFeature", "allowPrerelease": false } diff --git a/src/WebAuthn.Net.Storage.MySql/WebAuthn.Net.Storage.MySql.csproj b/src/WebAuthn.Net.Storage.MySql/WebAuthn.Net.Storage.MySql.csproj index a2f634e..47d37fe 100644 --- a/src/WebAuthn.Net.Storage.MySql/WebAuthn.Net.Storage.MySql.csproj +++ b/src/WebAuthn.Net.Storage.MySql/WebAuthn.Net.Storage.MySql.csproj @@ -32,6 +32,6 @@ - + diff --git a/src/WebAuthn.Net/WebAuthn.Net.csproj b/src/WebAuthn.Net/WebAuthn.Net.csproj index 21c9489..ea7195e 100644 --- a/src/WebAuthn.Net/WebAuthn.Net.csproj +++ b/src/WebAuthn.Net/WebAuthn.Net.csproj @@ -35,9 +35,9 @@ - + - + diff --git a/tests/WebAuthn.Net.Tests.Unit/WebAuthn.Net.Tests.Unit.csproj b/tests/WebAuthn.Net.Tests.Unit/WebAuthn.Net.Tests.Unit.csproj index 7238994..48dbb50 100644 --- a/tests/WebAuthn.Net.Tests.Unit/WebAuthn.Net.Tests.Unit.csproj +++ b/tests/WebAuthn.Net.Tests.Unit/WebAuthn.Net.Tests.Unit.csproj @@ -11,11 +11,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive