From c3892c40cc237838c2677d749210f78cbf81edc4 Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Thu, 11 Nov 2021 14:21:06 +0300 Subject: [PATCH] Update action.yml --- action.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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