Update action.yml

master v2.0
Vitaly Mikhailov 4 years ago committed by GitHub
parent 048d93670e
commit c3892c40cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save