Skip to content

Commit 08d2150

Browse files
authored
Net7ci (#1707)
* fix ci
1 parent 39dec7b commit 08d2150

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-dev.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ jobs:
8888
dotnet-version: "6.0.x"
8989
- uses: actions/setup-dotnet@v1
9090
with:
91-
dotnet-version: "5.0.x"
92-
source-url: https://nuget.pkg.github.com/asynkron/index.json
91+
dotnet-version: "3.1.x"
9392
- uses: actions/setup-dotnet@v1
9493
with:
95-
dotnet-version: "3.1.x"
94+
dotnet-version: "5.0.x"
95+
source-url: https://nuget.pkg.github.com/asynkron/index.json
9696
env:
9797
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
9898

0 commit comments

Comments
 (0)