From ff939af90cab43d6bb5f23415a3299b373afc6ce Mon Sep 17 00:00:00 2001 From: Shargon Date: Wed, 21 Feb 2024 00:37:08 -0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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