Skip to content

Commit 38ca5dc

Browse files
updated dotnet version
1 parent b1cf29a commit 38ca5dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sca-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- name: Setup .NET Core @ Latest
1212
uses: actions/setup-dotnet@v1
1313
with:
14-
dotnet-version: '3.1.x'
14+
dotnet-version: "7.0.x"
1515
- name: Run Dotnet Restore
1616
run: |
1717
dotnet restore
1818
- name: Run Snyk to check for vulnerabilities
19-
uses: snyk/actions/dotnet@master
19+
uses: snyk/actions/dotnet@master
2020
env:
2121
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2222
with:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "3.1.404"
3+
"version": "7.0.400"
44
}
55
}

0 commit comments

Comments
 (0)