Explorar o código

Version correction

Piotr Czajkowski %!s(int64=5) %!d(string=hai) anos
pai
achega
cf83eb520c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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