Browse Source

Version update

Piotr Czajkowski 2 years ago
parent
commit
3889967e6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/dotnetcore.yml

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

@@ -12,8 +12,8 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v1
       with:
-        dotnet-version: 3.0.101
+        dotnet-version: 3.1
     - name: Test
       run: dotnet test ProcessFilesTests/
     - name: Build
-      run: dotnet build --configuration Release --framework netcoreapp3.0 ProcessFiles/
+      run: dotnet build --configuration Release --framework netcoreapp3.1 ProcessFiles/