From c19fb9a830d9a7e2deb2d70e7a39d1727ad7dd58 Mon Sep 17 00:00:00 2001 From: Version Upgrade Date: Mon, 11 Aug 2025 23:08:13 +0000 Subject: [PATCH] Upgrade to .NET 8 on Iteration 2 --- src/dotnet-demoapp.csproj | 41 +++++++++++++++++--------------------- tests/tests.csproj | 42 ++++++++++++++++++--------------------- 2 files changed, 37 insertions(+), 46 deletions(-) diff --git a/src/dotnet-demoapp.csproj b/src/dotnet-demoapp.csproj index 728228e..b161b59 100644 --- a/src/dotnet-demoapp.csproj +++ b/src/dotnet-demoapp.csproj @@ -1,23 +1,18 @@ - - - - net6.0 - DotnetDemoapp - enable - - 1.5.0 - - true - true - true - - - - - - - - - - - + + + net8.0 + DotnetDemoapp + enable + 1.5.0 + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/tests/tests.csproj b/tests/tests.csproj index 7f32851..816d92e 100644 --- a/tests/tests.csproj +++ b/tests/tests.csproj @@ -1,23 +1,19 @@ - - - - net5.0 - - false - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - + + + net8.0 + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + \ No newline at end of file