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/nuget_publish.yml b/.github/workflows/nuget_publish.yml
index f800702..36ff1d2 100644
--- a/.github/workflows/nuget_publish.yml
+++ b/.github/workflows/nuget_publish.yml
@@ -13,7 +13,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
- name: publish Hathor on version change
uses: alirezanet/publish-nuget@v3.0.0
diff --git a/Hathor.Client.Sample.ConsoleApp/Hathor.Client.Sample.ConsoleApp.csproj b/Hathor.Client.Sample.ConsoleApp/Hathor.Client.Sample.ConsoleApp.csproj
index 78da728..0192893 100644
--- a/Hathor.Client.Sample.ConsoleApp/Hathor.Client.Sample.ConsoleApp.csproj
+++ b/Hathor.Client.Sample.ConsoleApp/Hathor.Client.Sample.ConsoleApp.csproj
@@ -2,7 +2,7 @@
Exe
- net7.0
+ net8.0
enable
nullable;CS8600;CS8601;CS8602;CS8603;CS8625;CS8613;CS8610
diff --git a/Hathor.Client.Sample.WebApp/Hathor.Client.Sample.WebApp.csproj b/Hathor.Client.Sample.WebApp/Hathor.Client.Sample.WebApp.csproj
index 859ed26..0be2f9c 100644
--- a/Hathor.Client.Sample.WebApp/Hathor.Client.Sample.WebApp.csproj
+++ b/Hathor.Client.Sample.WebApp/Hathor.Client.Sample.WebApp.csproj
@@ -1,7 +1,7 @@
- net7.0
+ net8.0
enable
nullable;CS8600;CS8601;CS8602;CS8603;CS8625;CS8613;CS8610
722aca9f-7ffe-4301-b770-7bb88fde9797
diff --git a/Hathor.Tests/Hathor.Tests.csproj b/Hathor.Tests/Hathor.Tests.csproj
index ab9a946..6912296 100644
--- a/Hathor.Tests/Hathor.Tests.csproj
+++ b/Hathor.Tests/Hathor.Tests.csproj
@@ -1,13 +1,13 @@
- net7.0
+ net8.0
false
-
+
diff --git a/Hathor.Wallet.Tests/Hathor.Wallet.Tests.csproj b/Hathor.Wallet.Tests/Hathor.Wallet.Tests.csproj
index 606c0cd..1bf9110 100644
--- a/Hathor.Wallet.Tests/Hathor.Wallet.Tests.csproj
+++ b/Hathor.Wallet.Tests/Hathor.Wallet.Tests.csproj
@@ -1,13 +1,13 @@
- net7.0
+ net8.0
false
-
+
diff --git a/Hathor.Wallet/Hathor.Wallet.csproj b/Hathor.Wallet/Hathor.Wallet.csproj
index 097c229..dbd8c99 100644
--- a/Hathor.Wallet/Hathor.Wallet.csproj
+++ b/Hathor.Wallet/Hathor.Wallet.csproj
@@ -1,11 +1,11 @@
- net7.0
+ net8.0
enable
nullable;CS8600;CS8601;CS8602;CS8603;CS8625;CS8613;CS8610
true
- 0.3.0
+ 1.0.0
Michiel Post
Client for Hathor Headless Wallet API
diff --git a/Hathor/Hathor.csproj b/Hathor/Hathor.csproj
index d4f41a3..0f2642b 100644
--- a/Hathor/Hathor.csproj
+++ b/Hathor/Hathor.csproj
@@ -1,11 +1,11 @@
- net7.0
+ net8.0
enable
nullable;CS8600;CS8601;CS8602;CS8603;CS8625;CS8613;CS8610
true
- 1.11.0
+ 1.12.0
Michiel Post
Client for Hathor Headless Wallet API
Michiel Post