This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Turns out I need to specify exact SDK versions
pull/1483/head
FiniteReality
5 years ago
parent
de8fe25a73
commit
ced6f00fa3
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build.yml
+ 1
- 1
.github/workflows/build.yml
View File
@@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1
with:
with:
dotnet-version: 3.1.
3
dotnet-version: 3.1.
201
- name: Install dependencies
- name: Install dependencies
run: dotnet restore
run: dotnet restore
Write
Preview
Loading…
Cancel
Save