Browse Source

Version correction

Piotr Czajkowski 4 years ago
parent
commit
cf83eb520c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dotnetcore.yml

+ 1 - 1
.github/workflows/dotnetcore.yml

@@ -12,7 +12,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v1
       with:
-        dotnet-version: 3.0
+        dotnet-version: 3.0.101
     - name: Test
       run: dotnet test CoreProcessFilesTests/
     - name: Build