From 16c2a2916e5edf68b5e0113e714ee04e41c02800 Mon Sep 17 00:00:00 2001 From: Konstantin Semenenko Date: Wed, 12 Jun 2024 23:54:04 +0200 Subject: [PATCH] .net6,.net7,.net8 --- Directory.Build.props | 13 +++++++++++-- .../ManagedCode.Communication.Extensions.csproj | 3 --- .../ManagedCode.Communication.Orleans.csproj | 3 --- .../ManagedCode.Communication.Tests.csproj | 16 ++++++---------- .../ManagedCode.Communication.csproj | 4 +--- 5 files changed, 18 insertions(+), 21 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 2757373..8e37d7a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,4 +1,13 @@ + + + net8.0 + 12 + true + embedded + enable + + ManagedCode @@ -17,8 +26,8 @@ https://github.com/managedcode/Communication https://github.com/managedcode/Communication Managed Code - Communication - 8.0.1 - 8.0.1 + 8.0.2 + 8.0.2 diff --git a/ManagedCode.Communication.Extensions/ManagedCode.Communication.Extensions.csproj b/ManagedCode.Communication.Extensions/ManagedCode.Communication.Extensions.csproj index 3f13d34..b7726c0 100644 --- a/ManagedCode.Communication.Extensions/ManagedCode.Communication.Extensions.csproj +++ b/ManagedCode.Communication.Extensions/ManagedCode.Communication.Extensions.csproj @@ -1,12 +1,9 @@ - 12 - enable true ManagedCode.Communication.Extensions Library - net8.0 diff --git a/ManagedCode.Communication.Orleans/ManagedCode.Communication.Orleans.csproj b/ManagedCode.Communication.Orleans/ManagedCode.Communication.Orleans.csproj index 829cbbf..28b146f 100644 --- a/ManagedCode.Communication.Orleans/ManagedCode.Communication.Orleans.csproj +++ b/ManagedCode.Communication.Orleans/ManagedCode.Communication.Orleans.csproj @@ -1,11 +1,8 @@ - 12 - enable true ManagedCode.Communication - net8.0 diff --git a/ManagedCode.Communication.Tests/ManagedCode.Communication.Tests.csproj b/ManagedCode.Communication.Tests/ManagedCode.Communication.Tests.csproj index 2995bf3..fabb168 100644 --- a/ManagedCode.Communication.Tests/ManagedCode.Communication.Tests.csproj +++ b/ManagedCode.Communication.Tests/ManagedCode.Communication.Tests.csproj @@ -1,13 +1,9 @@ - true false - 12 - enable Library false - net8.0 trx%3bLogFileName=$(MSBuildProjectName).trx @@ -29,14 +25,14 @@ - + - - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/ManagedCode.Communication/ManagedCode.Communication.csproj b/ManagedCode.Communication/ManagedCode.Communication.csproj index 7f880f3..201eba8 100644 --- a/ManagedCode.Communication/ManagedCode.Communication.csproj +++ b/ManagedCode.Communication/ManagedCode.Communication.csproj @@ -1,10 +1,8 @@ - 12 - enable true - net8.0 + net8.0;net6.0;net7.0