Skip to content

Commit

Permalink
Update GitHub Actions to run .NET 5.0
Browse files Browse the repository at this point in the history
Also to use the latest .NET Core 3.1.x.
  • Loading branch information
spassarop authored Nov 22, 2020
1 parent 8aa40f9 commit 76296a2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/netcore_and_netframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,17 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Setup .NET Core SDK
- name: Setup .NET Core SDK+Runtime
uses: actions/[email protected]
with:
dotnet-version: 3.1
dotnet-version: 3.1.x

- name: Setup .NET 5.0 SDK+Runtime
uses: actions/[email protected]
with:
dotnet-version: 5.0.100

- name: Setup MSBuild
- name: Setup MSBuild for .NET Framework
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet
Expand Down

0 comments on commit 76296a2

Please sign in to comment.