From 55846ecc68204b69bf06f2ec56c16b8f75342c2f Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Fri, 2 Dec 2022 15:05:37 +0200 Subject: [PATCH] Update action.yml --- action.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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