diff --git a/action.yml b/action.yml index 17f3943..e36c3a2 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,12 @@ runs: - name: Setup .NET 6 uses: actions/setup-dotnet@master with: - dotnet-version: 6.0.x + dotnet-version: 6.x.x + + - name: Setup .NET 7 + uses: actions/setup-dotnet@master + with: + dotnet-version: 7.x.x - name: Ensure NuGet Source uses: fabriciomurta/ensure-nuget-source@v1