Browse Source

Version update

Piotr Czajkowski 3 năm trước cách đây
mục cha
commit
3889967e6f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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/