From 5cf98ba0b78a16b786b89a0b0d33a94a9bccf90c Mon Sep 17 00:00:00 2001 From: Alex Vincent Date: Fri, 12 Jan 2024 09:22:53 +0100 Subject: [PATCH] F2calv/2023 11 dotnet8 (#70) * bump lang version * target .net8.0 +semver: major * readme tweak * nuget updates --- ClientA/ClientA.csproj | 2 +- ClientB/ClientB.csproj | 2 +- ClientC/ClientC.csproj | 2 +- ClientD/ClientD.csproj | 2 +- ClientLib/ClientLib.csproj | 6 +++--- Directory.Build.props | 2 +- README.md | 2 +- Service/Service.csproj | 8 ++++---- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ClientA/ClientA.csproj b/ClientA/ClientA.csproj index 97cfa2a..573d37f 100644 --- a/ClientA/ClientA.csproj +++ b/ClientA/ClientA.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/ClientB/ClientB.csproj b/ClientB/ClientB.csproj index 90cff6a..6a39edc 100644 --- a/ClientB/ClientB.csproj +++ b/ClientB/ClientB.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/ClientC/ClientC.csproj b/ClientC/ClientC.csproj index 90cff6a..6a39edc 100644 --- a/ClientC/ClientC.csproj +++ b/ClientC/ClientC.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/ClientD/ClientD.csproj b/ClientD/ClientD.csproj index 90cff6a..6a39edc 100644 --- a/ClientD/ClientD.csproj +++ b/ClientD/ClientD.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/ClientLib/ClientLib.csproj b/ClientLib/ClientLib.csproj index b83761f..009cccc 100644 --- a/ClientLib/ClientLib.csproj +++ b/ClientLib/ClientLib.csproj @@ -8,9 +8,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Directory.Build.props b/Directory.Build.props index c8496e3..c573261 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ CasCap - 11.0 + 12.0 enable diff --git a/README.md b/README.md index 7ff3a4a..7130583 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gRPC w/ .NET 7.0 +# gRPC w/ .NET This a stock ticker micro services application demo; diff --git a/Service/Service.csproj b/Service/Service.csproj index 7d8fdb0..e82d17b 100644 --- a/Service/Service.csproj +++ b/Service/Service.csproj @@ -1,15 +1,15 @@  - net7.0 + net8.0 enable enable - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive