diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc248a3..f42a224 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 6.0.x + 8.0.x - name: Setup Node.js (${{ matrix.node_version }}) uses: actions/setup-node@v1 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 00aa9e0..4ebca86 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -55,7 +55,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 6.0.x + 8.0.x - name: Setup Node.js (${{ matrix.node_version }}) uses: actions/setup-node@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5bf9a2..dfe8d8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 6.0.x + 8.0.x - name: Log Variables run: | diff --git a/Directory.Build.props b/Directory.Build.props index eeb7d9b..a1c914b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.1.56 - net6.0 + 1.1.57 + net8.0 false Blockcore diff --git a/MULTI/src/Blockcore.MultiNode/Blockcore.MultiNode.csproj b/MULTI/src/Blockcore.MultiNode/Blockcore.MultiNode.csproj index 5d72b04..dd05432 100644 --- a/MULTI/src/Blockcore.MultiNode/Blockcore.MultiNode.csproj +++ b/MULTI/src/Blockcore.MultiNode/Blockcore.MultiNode.csproj @@ -29,7 +29,6 @@ - diff --git a/package.json b/package.json index 83b1548..c6e7a6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockcorenodes", - "version": "1.1.56", + "version": "1.1.57", "license": "MIT", "author": { "name": "Blockcore",