From ae45d24eeeea18ee5245cf2e970d4309c358c151 Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Mon, 20 Nov 2023 09:36:24 +1100 Subject: [PATCH] Update .csproj files to net8.0 and adjust versions --- MyApp.ServiceInterface/MyApp.ServiceInterface.csproj | 4 ++-- MyApp.ServiceModel/MyApp.ServiceModel.csproj | 4 ++-- MyApp.Tests/MyApp.Tests.csproj | 6 +++--- MyApp/MyApp.csproj | 5 +++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/MyApp.ServiceInterface/MyApp.ServiceInterface.csproj b/MyApp.ServiceInterface/MyApp.ServiceInterface.csproj index 338e890..91d428a 100644 --- a/MyApp.ServiceInterface/MyApp.ServiceInterface.csproj +++ b/MyApp.ServiceInterface/MyApp.ServiceInterface.csproj @@ -1,11 +1,11 @@ - net6.0 + net8.0 - + diff --git a/MyApp.ServiceModel/MyApp.ServiceModel.csproj b/MyApp.ServiceModel/MyApp.ServiceModel.csproj index b7c6133..ecc170a 100644 --- a/MyApp.ServiceModel/MyApp.ServiceModel.csproj +++ b/MyApp.ServiceModel/MyApp.ServiceModel.csproj @@ -1,11 +1,11 @@ - net6.0 + net8.0 - + diff --git a/MyApp.Tests/MyApp.Tests.csproj b/MyApp.Tests/MyApp.Tests.csproj index df646d3..5d43068 100644 --- a/MyApp.Tests/MyApp.Tests.csproj +++ b/MyApp.Tests/MyApp.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 portable Library @@ -13,8 +13,8 @@ - - + + diff --git a/MyApp/MyApp.csproj b/MyApp/MyApp.csproj index 1a41c66..3ac8ca0 100644 --- a/MyApp/MyApp.csproj +++ b/MyApp/MyApp.csproj @@ -1,7 +1,8 @@  - net6.0 + DefaultContainer + net8.0 enable enable latest @@ -17,7 +18,7 @@ - +