diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index e95b7281..5431277f 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -12,7 +12,7 @@ jobs: - name: Install Dotnet 10.0.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: 10.0.0 + dotnet-version: 10.0.100 include-prerelease: True - name: Setting Version id: vars