Skip to content

Commit 5bbee44

Browse files
committed
Added .Net5 into the github action pipeline per NugetDefense requiriment
1 parent b17acf7 commit 5bbee44

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/dotnet-core.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Setup .NET Core
15+
16+
- name: Setup .NET 5
17+
uses: actions/setup-dotnet@v1
18+
with:
19+
dotnet-version: 5.0.x
20+
21+
- name: Setup .NET 6
1622
uses: actions/setup-dotnet@v1
1723
with:
1824
dotnet-version: 6.0.x

0 commit comments

Comments
 (0)