Skip to content

Commit

Permalink
Merge branch 'master' of github.com:myloveCc/NETCore.Encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
myloveCc committed Nov 12, 2021
2 parents 12a786c + 1de48b4 commit ba68519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: '6.0'
include-prerelease: true
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit ba68519

Please sign in to comment.