diff --git a/.github/workflows/nuget.yaml b/.github/workflows/nuget.yaml index 2b59aa8..3975862 100644 --- a/.github/workflows/nuget.yaml +++ b/.github/workflows/nuget.yaml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.0.203' + dotnet-version: '9.0.100' - name: Restore dependencies run: dotnet restore