diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 482eed4a..9f856210 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: files: .\other\release\aiodns.bin - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 if: steps.check_other.outputs.files_exists == 'false' with: go-version: ^1.18.3 @@ -83,7 +83,7 @@ jobs: .\build.ps1 -Configuration Release -OutputPath release - name: Upload - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: release path: release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af5d44e9..a6855dc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: files: .\other\release\aiodns.bin - name: Setup Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 if: steps.check_other.outputs.files_exists == 'false' with: go-version: ^1.18.3 diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj index a764475d..ad411aad 100644 --- a/Netch/Netch.csproj +++ b/Netch/Netch.csproj @@ -41,13 +41,13 @@ all - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all @@ -62,7 +62,7 @@ - + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 78914813..5c915471 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -10,8 +10,8 @@ - - + +