Skip to content

Commit

Permalink
Update to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Apr 8, 2024
1 parent 3d66a4f commit 8f64950
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
8.0.x
- name: Log Variables
run: |
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>1.1.56</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>1.1.57</Version>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<Authors>Blockcore</Authors>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion MULTI/src/Blockcore.MultiNode/Blockcore.MultiNode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<PackageReference Include="Blockcore.Networks.City" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.BCP" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.X1" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.xRhodium" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.HomeCoin" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.SERF" Version="1.1.*" />
<PackageReference Include="Blockcore.Networks.xRhodium" Version="1.1.*" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockcorenodes",
"version": "1.1.56",
"version": "1.1.57",
"license": "MIT",
"author": {
"name": "Blockcore",
Expand Down

0 comments on commit 8f64950

Please sign in to comment.