diff --git a/action.yml b/action.yml index 80508c4..17f3943 100644 --- a/action.yml +++ b/action.yml @@ -16,16 +16,11 @@ runs: with: submodules: 'recursive' fetch-depth: ${{inputs.fetch-depth}} - - - name: Setup .NET Core 3.1 - uses: actions/setup-dotnet@master - with: - dotnet-version: 3.1.x - - - name: Setup .NET 5 + + - name: Setup .NET 6 uses: actions/setup-dotnet@master with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Ensure NuGet Source uses: fabriciomurta/ensure-nuget-source@v1