diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a5fd13a..6b60fff 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: - name: Setup .NET SDK 8.0 uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: 8.0.200 + dotnet-version: 8.0.201 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 b259204..02c5d5e 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -28,7 +28,7 @@ jobs: - name: Setup .NET SDK 8.0 uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: 8.0.200 + dotnet-version: 8.0.201 source-url: ${{ secrets.NUGET_SOURCE }} env: NUGET_AUTH_TOKEN: ${{ secrets.PACKAGES_TOKEN }} diff --git a/README.md b/README.md index e2ba7cf..1005dc3 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ 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.200+](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) +- [.NET SDK 8.0.201+](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 826d2ea..9707f8f 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.200+](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). +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). 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 3c0d167..79a5a3d 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.200", + "version": "8.0.201", "rollForward": "latestFeature", "allowPrerelease": false }