Skip to content

Commit 7853ad6

Browse files
authored
Update dotnetcore.yml
1 parent e7a916f commit 7853ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
dotnet-version: 3.1.100
1616
- name: Build
17-
run: dotnet build -f netstandard2.1 --configuration Release
17+
run: dotnet build -f netcoreapp3.1 --configuration Release
1818

1919
- name: Test
20-
run: dotnet test -f netstandard2.1 --configuration Release
20+
run: dotnet test -f netcoreapp3.1 --configuration Release

0 commit comments

Comments
 (0)