diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9dc1dd2ea..e4e61d665 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,8 +99,7 @@ jobs: --version-suffix ${{ env.VERSION_SUFFIX }} - name : Build (Neo) run: | - dotnet build ./neo -f net7.0 --version-suffix ${{ env.VERSION_SUFFIX_NEO }} - dotnet build ./neo -f netstandard2.1 --version-suffix ${{ env.VERSION_SUFFIX_NEO }} + dotnet build ./neo --version-suffix ${{ env.VERSION_SUFFIX_NEO }} - name : Build (Neo.SmartContract.Testing) run: | dotnet build ./src/Neo.SmartContract.Testing -f net7.0