Skip to content

Commit b832824

Browse files
authored
Merge pull request #75 from EverseDevelopment/develop
Added extra version
2 parents 4cdb99b + a151b24 commit b832824

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/production_actions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
23+
24+
- name: Setup .NET Core 3.1
25+
uses: actions/setup-dotnet@v1
26+
with:
27+
dotnet-version: 3.1.x
2328

2429
- name: Setup .NET Core 8.0
2530
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)