diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc9e8f4..51bf3a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,6 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build with dotnet run: dotnet build --configuration Release diff --git a/.github/workflows/githubpages.yml b/.github/workflows/githubpages.yml index 057edb2..084fd82 100644 --- a/.github/workflows/githubpages.yml +++ b/.github/workflows/githubpages.yml @@ -14,7 +14,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build with dotnet run: dotnet build NanoRPC.sln --configuration Release - name: Publish Website diff --git a/.github/workflows/nuget_push.yml b/.github/workflows/nuget_push.yml index 56e1529..2ca65de 100644 --- a/.github/workflows/nuget_push.yml +++ b/.github/workflows/nuget_push.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build with dotnet run: dotnet build --configuration Release /p:Version=${{ github.event.inputs.version }} - name: Package NuGet diff --git a/NanoRPC.Tests/NanoRPC.Tests.csproj b/NanoRPC.Tests/NanoRPC.Tests.csproj index 2a98d57..8e1f036 100644 --- a/NanoRPC.Tests/NanoRPC.Tests.csproj +++ b/NanoRPC.Tests/NanoRPC.Tests.csproj @@ -1,12 +1,12 @@ - net7.0 + net8.0 false - + diff --git a/NanoRPC.Wallet.SampleApp/NanoRPC.Wallet.SampleApp.csproj b/NanoRPC.Wallet.SampleApp/NanoRPC.Wallet.SampleApp.csproj index 4864254..6249469 100644 --- a/NanoRPC.Wallet.SampleApp/NanoRPC.Wallet.SampleApp.csproj +++ b/NanoRPC.Wallet.SampleApp/NanoRPC.Wallet.SampleApp.csproj @@ -1,17 +1,17 @@ - net7.0 + net8.0 false false true - - + + - + diff --git a/NanoRPC.Wallet.Tests/NanoRPC.Wallet.Tests.csproj b/NanoRPC.Wallet.Tests/NanoRPC.Wallet.Tests.csproj index ed0b138..e60806a 100644 --- a/NanoRPC.Wallet.Tests/NanoRPC.Wallet.Tests.csproj +++ b/NanoRPC.Wallet.Tests/NanoRPC.Wallet.Tests.csproj @@ -1,13 +1,13 @@ - net7.0 + net8.0 false - + diff --git a/NanoRPC.Wallet/NanoRPC.Wallet.csproj b/NanoRPC.Wallet/NanoRPC.Wallet.csproj index 3be7852..00c8d15 100644 --- a/NanoRPC.Wallet/NanoRPC.Wallet.csproj +++ b/NanoRPC.Wallet/NanoRPC.Wallet.csproj @@ -1,11 +1,11 @@ - net7.0 + net8.0 enable CS8600;CS8601;CS8602;CS8603;CS8625;CS8613;CS8610 true - 1.8.0 + 1.9.0 Michiel Post Library to communicatie with NANO Currency node using RPC diff --git a/NanoRPC/NanoRPC.csproj b/NanoRPC/NanoRPC.csproj index 6add0a1..468e9b3 100644 --- a/NanoRPC/NanoRPC.csproj +++ b/NanoRPC/NanoRPC.csproj @@ -1,11 +1,11 @@ - net7.0 + net8.0 enable CS8600;CS8601;CS8602;CS8603;CS8625;CS8613;CS8610 true - 1.8.0 + 1.9.0 Michiel Post Library to communicatie with NANO Currency node using RPC