This website works better with JavaScript.
Home
Explore
Help
Sign In
SmallChi
/
JT808
mirror of
https://github.com/SmallChi/JT808.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
53
Wiki
Activity
Browse Source
update dotnet version with github action
tags/v2.6.2
yedajiang44
2 years ago
parent
6fef29fd5f
commit
06c9ca997c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/dotnetcore.yml
+ 1
- 1
.github/workflows/dotnetcore.yml
View File
@@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@master
with:
dotnet-version: 7.0.
203
dotnet-version: 7.0.
5
- name: dotnet info
run: dotnet --info
- name: dotnet restore
Write
Preview
Loading…
Cancel
Save