diff --git a/Hive.Application.Test/Hive.Application.Test.csproj b/Hive.Application.Test/Hive.Application.Test.csproj index f923218..50ee274 100644 --- a/Hive.Application.Test/Hive.Application.Test.csproj +++ b/Hive.Application.Test/Hive.Application.Test.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable diff --git a/Hive.Benchmark/Hive.Benchmark.csproj b/Hive.Benchmark/Hive.Benchmark.csproj index af2f5a8..8ec73db 100644 --- a/Hive.Benchmark/Hive.Benchmark.csproj +++ b/Hive.Benchmark/Hive.Benchmark.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable Exe diff --git a/Hive.Both.General/Hive.Both.General.csproj b/Hive.Both.General/Hive.Both.General.csproj index b0fb4f9..c8af1fb 100644 --- a/Hive.Both.General/Hive.Both.General.csproj +++ b/Hive.Both.General/Hive.Both.General.csproj @@ -4,7 +4,7 @@ disable enable 9 - netstandard2.1;net7.0 + netstandard2.1;net8.0 diff --git a/Hive.Both.Messages/Hive.Both.Messages.csproj b/Hive.Both.Messages/Hive.Both.Messages.csproj index 9f95233..7727ca5 100644 --- a/Hive.Both.Messages/Hive.Both.Messages.csproj +++ b/Hive.Both.Messages/Hive.Both.Messages.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Hive.Codec.Bson/Hive.Codec.Bson.csproj b/Hive.Codec.Bson/Hive.Codec.Bson.csproj index 5f69543..836467f 100644 --- a/Hive.Codec.Bson/Hive.Codec.Bson.csproj +++ b/Hive.Codec.Bson/Hive.Codec.Bson.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable True $(MSBuildProjectName.Replace(" ", "_")) diff --git a/Hive.Codec.MemoryPack/Hive.Codec.MemoryPack.csproj b/Hive.Codec.MemoryPack/Hive.Codec.MemoryPack.csproj index 8bc9cd8..b31f0a1 100644 --- a/Hive.Codec.MemoryPack/Hive.Codec.MemoryPack.csproj +++ b/Hive.Codec.MemoryPack/Hive.Codec.MemoryPack.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Hive.Codec.Protobuf/Hive.Codec.Protobuf.csproj b/Hive.Codec.Protobuf/Hive.Codec.Protobuf.csproj index bd4b54f..94eac73 100644 --- a/Hive.Codec.Protobuf/Hive.Codec.Protobuf.csproj +++ b/Hive.Codec.Protobuf/Hive.Codec.Protobuf.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable $(MSBuildProjectName.Replace(" ", "_")) False diff --git a/Hive.Common.ECS/Hive.Common.ECS.csproj b/Hive.Common.ECS/Hive.Common.ECS.csproj index 5401908..a48fc13 100644 --- a/Hive.Common.ECS/Hive.Common.ECS.csproj +++ b/Hive.Common.ECS/Hive.Common.ECS.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable latest $(MSBuildProjectName.Replace(" ", "_")) diff --git a/Hive.Network.Quic/Hive.Network.Quic.csproj b/Hive.Network.Quic/Hive.Network.Quic.csproj index fdbd3ec..5337f76 100644 --- a/Hive.Network.Quic/Hive.Network.Quic.csproj +++ b/Hive.Network.Quic/Hive.Network.Quic.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable $(MSBuildProjectName.Replace(" ", "_")) diff --git a/Hive.Network.Tests/Hive.Network.Tests.csproj b/Hive.Network.Tests/Hive.Network.Tests.csproj index c4e831e..4909b01 100644 --- a/Hive.Network.Tests/Hive.Network.Tests.csproj +++ b/Hive.Network.Tests/Hive.Network.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable diff --git a/Hive.Server.Abstractions/Hive.Server.Abstractions.csproj b/Hive.Server.Abstractions/Hive.Server.Abstractions.csproj index 6ae9751..a54f9d5 100644 --- a/Hive.Server.Abstractions/Hive.Server.Abstractions.csproj +++ b/Hive.Server.Abstractions/Hive.Server.Abstractions.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Hive.Server.Actor/Hive.Server.Actor.csproj b/Hive.Server.Actor/Hive.Server.Actor.csproj index 6836c68..8a91831 100644 --- a/Hive.Server.Actor/Hive.Server.Actor.csproj +++ b/Hive.Server.Actor/Hive.Server.Actor.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Hive.Server.App/Hive.Server.App.csproj b/Hive.Server.App/Hive.Server.App.csproj index 786931a..06f7412 100644 --- a/Hive.Server.App/Hive.Server.App.csproj +++ b/Hive.Server.App/Hive.Server.App.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Hive.Server.Cluster/Hive.Server.Cluster.csproj b/Hive.Server.Cluster/Hive.Server.Cluster.csproj index 077b120..9572cd7 100644 --- a/Hive.Server.Cluster/Hive.Server.Cluster.csproj +++ b/Hive.Server.Cluster/Hive.Server.Cluster.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Hive.Server.Common.Abstract/Hive.Server.Common.Abstract.csproj b/Hive.Server.Common.Abstract/Hive.Server.Common.Abstract.csproj index cdb9f03..ad4b0f5 100644 --- a/Hive.Server.Common.Abstract/Hive.Server.Common.Abstract.csproj +++ b/Hive.Server.Common.Abstract/Hive.Server.Common.Abstract.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Hive.Server.Common.Application/Hive.Server.Common.Application.csproj b/Hive.Server.Common.Application/Hive.Server.Common.Application.csproj index a85e658..8f49772 100644 --- a/Hive.Server.Common.Application/Hive.Server.Common.Application.csproj +++ b/Hive.Server.Common.Application/Hive.Server.Common.Application.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable diff --git a/Hive.Server.Default/Hive.Server.Default.csproj b/Hive.Server.Default/Hive.Server.Default.csproj index 29c4f1c..d602e3a 100644 --- a/Hive.Server.Default/Hive.Server.Default.csproj +++ b/Hive.Server.Default/Hive.Server.Default.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable diff --git a/Hive.Server.Shared/Hive.Server.Shared.csproj b/Hive.Server.Shared/Hive.Server.Shared.csproj index 476b901..6a7f86c 100644 --- a/Hive.Server.Shared/Hive.Server.Shared.csproj +++ b/Hive.Server.Shared/Hive.Server.Shared.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable