Skip to content

Commit

Permalink
Remove .NET 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MD-V committed Nov 11, 2021
1 parent 028c43c commit 4d7f873
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

env:
DOTNET6_VERSION: '6.0.100' # The .NET SDK version to use
DOTNET5_VERSION: '5.0.403' # The .NET SDK version to use

jobs:

Expand All @@ -19,10 +18,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.DOTNET5_VERSION }}
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 4d7f873

Please sign in to comment.