浏览代码

Correction

Czajkowski, Piotr 5 年之前
父节点
当前提交
482c094142
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/dotnetcore.yml

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

@@ -16,4 +16,4 @@ jobs:
     - name: Test
       run: dotnet test ProcessFilesTests/
     - name: Build
-      run: dotnet build --configuration Release ProcessFiles/
+      run: dotnet build --configuration Release --framework netcoreapp3.0 ProcessFiles/