Skip to content

Commit ba68519

Browse files
committed
Merge branch 'master' of github.com:myloveCc/NETCore.Encrypt
2 parents 12a786c + 1de48b4 commit ba68519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 3.1.101
19+
dotnet-version: '6.0'
20+
include-prerelease: true
2021
- name: Install dependencies
2122
run: dotnet restore
2223
- name: Build

0 commit comments

Comments
 (0)