From 6b732d4b2ef419bc3572e311e083a8b19f08d0f7 Mon Sep 17 00:00:00 2001 From: Mohammad Moattar Date: Wed, 31 Jan 2024 00:19:18 +0000 Subject: [PATCH] Migrate to .Net 8 - WIP --- ...ocks.AspNetCore.Bootstrap.UnitTests.csproj | 12 +++---- .../LittleBlocks.AspNetCore.Bootstrap.csproj | 12 +++---- .../LittleBlocks.AspNetCore.UnitTests.csproj | 12 +++---- .../LittleBlocks.AspNetCore.csproj | 32 +++++++++---------- .../LittleBlocks.Bootstrap.csproj | 8 ++--- .../LittleBlocks.Configurations.csproj | 14 ++++---- .../LittleBlocks.DependencyInjection.csproj | 10 +++--- ...eBlocks.ExceptionHandling.UnitTests.csproj | 12 +++---- .../LittleBlocks.ExceptionHandling.csproj | 12 +++---- .../LittleBlocks.Extensions.UnitTests.csproj | 10 +++--- .../LittleBlocks.Extensions.csproj | 4 +-- ...LittleBlocks.Hosting.WindowsService.csproj | 8 ++--- src/LittleBlocks.Http/HttpHeaders.cs | 1 + .../LittleBlocks.Http.csproj | 4 +-- .../LittleBlocks.Logging.Extensions.csproj | 6 ++-- ...leBlocks.Logging.SeriLog.LogEntries.csproj | 6 ++-- ...LittleBlocks.Logging.SeriLog.Loggly.csproj | 6 ++-- .../LittleBlocks.Logging.SeriLog.Seq.csproj | 8 ++--- .../LittleBlocks.Logging.SeriLog.csproj | 6 ++-- .../LittleBlocks.Logging.UnitTests.csproj | 12 +++---- .../LittleBlocks.Logging.csproj | 8 ++--- .../LittleBlocks.Resilience.UnitTests.csproj | 20 ++++++------ .../LittleBlocks.Resilience.csproj | 8 ++--- .../IRestClient.cs | 2 +- .../LittleBlocks.RestEase.Client.csproj | 8 ++--- .../LittleBlocks.RestEase.UnitTests.csproj | 14 ++++---- .../LittleBlocks.RestEase.csproj | 8 ++--- .../LittleBlocks.Testing.Integration.csproj | 14 ++++---- .../LittleBlocks.Testing.UnitTests.csproj | 10 +++--- .../LittleBlocks.Testing.csproj | 18 +++++------ src/LittleBlocks/LittleBlocks.csproj | 8 ++--- .../Helpers/TestApplicationFactory.cs | 1 + ...ocks.Sample.WebAPI.IntegrationTests.csproj | 16 +++++----- .../LittleBlocks.Sample.WebAPI.csproj | 12 +++---- .../LittleBlocks.Sample.WindowsService.csproj | 4 +-- 35 files changed, 174 insertions(+), 172 deletions(-) diff --git a/src/LittleBlocks.AspNetCore.Bootstrap.UnitTests/LittleBlocks.AspNetCore.Bootstrap.UnitTests.csproj b/src/LittleBlocks.AspNetCore.Bootstrap.UnitTests/LittleBlocks.AspNetCore.Bootstrap.UnitTests.csproj index b4b409a..4e06247 100644 --- a/src/LittleBlocks.AspNetCore.Bootstrap.UnitTests/LittleBlocks.AspNetCore.Bootstrap.UnitTests.csproj +++ b/src/LittleBlocks.AspNetCore.Bootstrap.UnitTests/LittleBlocks.AspNetCore.Bootstrap.UnitTests.csproj @@ -1,13 +1,13 @@  - 10 - net6.0 + 12 + net8.0 - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/LittleBlocks.AspNetCore.Bootstrap/LittleBlocks.AspNetCore.Bootstrap.csproj b/src/LittleBlocks.AspNetCore.Bootstrap/LittleBlocks.AspNetCore.Bootstrap.csproj index ac21d85..26db23e 100644 --- a/src/LittleBlocks.AspNetCore.Bootstrap/LittleBlocks.AspNetCore.Bootstrap.csproj +++ b/src/LittleBlocks.AspNetCore.Bootstrap/LittleBlocks.AspNetCore.Bootstrap.csproj @@ -1,6 +1,6 @@  - net6.0 + net8.0 True Allows easy bootstrapping of .NET Core App's Mohammad Moattar; Aurimas Gecas @@ -9,15 +9,15 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 + 12 Library - - - + + + - + diff --git a/src/LittleBlocks.AspNetCore.UnitTests/LittleBlocks.AspNetCore.UnitTests.csproj b/src/LittleBlocks.AspNetCore.UnitTests/LittleBlocks.AspNetCore.UnitTests.csproj index fa86028..f6c3675 100644 --- a/src/LittleBlocks.AspNetCore.UnitTests/LittleBlocks.AspNetCore.UnitTests.csproj +++ b/src/LittleBlocks.AspNetCore.UnitTests/LittleBlocks.AspNetCore.UnitTests.csproj @@ -1,16 +1,16 @@  - 10 - net6.0 + 12 + net8.0 - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/LittleBlocks.AspNetCore/LittleBlocks.AspNetCore.csproj b/src/LittleBlocks.AspNetCore/LittleBlocks.AspNetCore.csproj index 3c2312f..db99c71 100644 --- a/src/LittleBlocks.AspNetCore/LittleBlocks.AspNetCore.csproj +++ b/src/LittleBlocks.AspNetCore/LittleBlocks.AspNetCore.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 LittleBlocks base library for AspNetCore LittleBlocks true @@ -11,30 +11,30 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 + 12 Library true - - + + - - - - - - - - - + + + + + + + + + - + - - + + diff --git a/src/LittleBlocks.Bootstrap/LittleBlocks.Bootstrap.csproj b/src/LittleBlocks.Bootstrap/LittleBlocks.Bootstrap.csproj index bf4beb6..ea72d5b 100644 --- a/src/LittleBlocks.Bootstrap/LittleBlocks.Bootstrap.csproj +++ b/src/LittleBlocks.Bootstrap/LittleBlocks.Bootstrap.csproj @@ -9,13 +9,13 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - + + diff --git a/src/LittleBlocks.Configurations/LittleBlocks.Configurations.csproj b/src/LittleBlocks.Configurations/LittleBlocks.Configurations.csproj index ceceef5..418f0dd 100644 --- a/src/LittleBlocks.Configurations/LittleBlocks.Configurations.csproj +++ b/src/LittleBlocks.Configurations/LittleBlocks.Configurations.csproj @@ -9,16 +9,16 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - - - - + + + + + diff --git a/src/LittleBlocks.DependencyInjection/LittleBlocks.DependencyInjection.csproj b/src/LittleBlocks.DependencyInjection/LittleBlocks.DependencyInjection.csproj index f984f15..36603ce 100644 --- a/src/LittleBlocks.DependencyInjection/LittleBlocks.DependencyInjection.csproj +++ b/src/LittleBlocks.DependencyInjection/LittleBlocks.DependencyInjection.csproj @@ -9,14 +9,14 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - - + + + diff --git a/src/LittleBlocks.ExceptionHandling.UnitTests/LittleBlocks.ExceptionHandling.UnitTests.csproj b/src/LittleBlocks.ExceptionHandling.UnitTests/LittleBlocks.ExceptionHandling.UnitTests.csproj index 158a6af..155a06f 100644 --- a/src/LittleBlocks.ExceptionHandling.UnitTests/LittleBlocks.ExceptionHandling.UnitTests.csproj +++ b/src/LittleBlocks.ExceptionHandling.UnitTests/LittleBlocks.ExceptionHandling.UnitTests.csproj @@ -1,16 +1,16 @@  - 10 - net6.0 + 12 + net8.0 - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/LittleBlocks.ExceptionHandling/LittleBlocks.ExceptionHandling.csproj b/src/LittleBlocks.ExceptionHandling/LittleBlocks.ExceptionHandling.csproj index a276b3c..876885a 100644 --- a/src/LittleBlocks.ExceptionHandling/LittleBlocks.ExceptionHandling.csproj +++ b/src/LittleBlocks.ExceptionHandling/LittleBlocks.ExceptionHandling.csproj @@ -9,15 +9,15 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - - - + + + + diff --git a/src/LittleBlocks.Extensions.UnitTests/LittleBlocks.Extensions.UnitTests.csproj b/src/LittleBlocks.Extensions.UnitTests/LittleBlocks.Extensions.UnitTests.csproj index bb59e93..967e73e 100644 --- a/src/LittleBlocks.Extensions.UnitTests/LittleBlocks.Extensions.UnitTests.csproj +++ b/src/LittleBlocks.Extensions.UnitTests/LittleBlocks.Extensions.UnitTests.csproj @@ -1,14 +1,14 @@  - 10 - net6.0 + 12 + net8.0 - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/LittleBlocks.Extensions/LittleBlocks.Extensions.csproj b/src/LittleBlocks.Extensions/LittleBlocks.Extensions.csproj index cde47b5..d305587 100644 --- a/src/LittleBlocks.Extensions/LittleBlocks.Extensions.csproj +++ b/src/LittleBlocks.Extensions/LittleBlocks.Extensions.csproj @@ -9,8 +9,8 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 diff --git a/src/LittleBlocks.Hosting.WindowsService/LittleBlocks.Hosting.WindowsService.csproj b/src/LittleBlocks.Hosting.WindowsService/LittleBlocks.Hosting.WindowsService.csproj index 90ad597..621f02b 100644 --- a/src/LittleBlocks.Hosting.WindowsService/LittleBlocks.Hosting.WindowsService.csproj +++ b/src/LittleBlocks.Hosting.WindowsService/LittleBlocks.Hosting.WindowsService.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 Library provides hosting infrastructure for .NET Core API to be hosted as a Windows Service True Mohammad Moattar; Aurimas Gecas @@ -10,14 +10,14 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 + 12 Library true - - + + diff --git a/src/LittleBlocks.Http/HttpHeaders.cs b/src/LittleBlocks.Http/HttpHeaders.cs index 7793f3d..ff05a5b 100644 --- a/src/LittleBlocks.Http/HttpHeaders.cs +++ b/src/LittleBlocks.Http/HttpHeaders.cs @@ -20,4 +20,5 @@ public static class HttpHeaders { public const string HttpCorrelationId = "X-Correlation-ID"; public const string HttpRequestId = "X-Request-ID"; + public const string Authorization = "Authorization"; } diff --git a/src/LittleBlocks.Http/LittleBlocks.Http.csproj b/src/LittleBlocks.Http/LittleBlocks.Http.csproj index 98d64b2..d0a0830 100644 --- a/src/LittleBlocks.Http/LittleBlocks.Http.csproj +++ b/src/LittleBlocks.Http/LittleBlocks.Http.csproj @@ -9,8 +9,8 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 diff --git a/src/LittleBlocks.Logging.Extensions/LittleBlocks.Logging.Extensions.csproj b/src/LittleBlocks.Logging.Extensions/LittleBlocks.Logging.Extensions.csproj index 09f8ffc..0a1e2b7 100644 --- a/src/LittleBlocks.Logging.Extensions/LittleBlocks.Logging.Extensions.csproj +++ b/src/LittleBlocks.Logging.Extensions/LittleBlocks.Logging.Extensions.csproj @@ -9,12 +9,12 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - + diff --git a/src/LittleBlocks.Logging.SeriLog.LogEntries/LittleBlocks.Logging.SeriLog.LogEntries.csproj b/src/LittleBlocks.Logging.SeriLog.LogEntries/LittleBlocks.Logging.SeriLog.LogEntries.csproj index 503d3ae..51ef137 100644 --- a/src/LittleBlocks.Logging.SeriLog.LogEntries/LittleBlocks.Logging.SeriLog.LogEntries.csproj +++ b/src/LittleBlocks.Logging.SeriLog.LogEntries/LittleBlocks.Logging.SeriLog.LogEntries.csproj @@ -9,12 +9,12 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - + diff --git a/src/LittleBlocks.Logging.SeriLog.Loggly/LittleBlocks.Logging.SeriLog.Loggly.csproj b/src/LittleBlocks.Logging.SeriLog.Loggly/LittleBlocks.Logging.SeriLog.Loggly.csproj index f853581..60aa3f9 100644 --- a/src/LittleBlocks.Logging.SeriLog.Loggly/LittleBlocks.Logging.SeriLog.Loggly.csproj +++ b/src/LittleBlocks.Logging.SeriLog.Loggly/LittleBlocks.Logging.SeriLog.Loggly.csproj @@ -9,12 +9,12 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - + diff --git a/src/LittleBlocks.Logging.SeriLog.Seq/LittleBlocks.Logging.SeriLog.Seq.csproj b/src/LittleBlocks.Logging.SeriLog.Seq/LittleBlocks.Logging.SeriLog.Seq.csproj index 3ca4072..b5f2643 100644 --- a/src/LittleBlocks.Logging.SeriLog.Seq/LittleBlocks.Logging.SeriLog.Seq.csproj +++ b/src/LittleBlocks.Logging.SeriLog.Seq/LittleBlocks.Logging.SeriLog.Seq.csproj @@ -9,13 +9,13 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - + + diff --git a/src/LittleBlocks.Logging.SeriLog/LittleBlocks.Logging.SeriLog.csproj b/src/LittleBlocks.Logging.SeriLog/LittleBlocks.Logging.SeriLog.csproj index eaccf3d..2cfa1a3 100644 --- a/src/LittleBlocks.Logging.SeriLog/LittleBlocks.Logging.SeriLog.csproj +++ b/src/LittleBlocks.Logging.SeriLog/LittleBlocks.Logging.SeriLog.csproj @@ -9,12 +9,12 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - + diff --git a/src/LittleBlocks.Logging.UnitTests/LittleBlocks.Logging.UnitTests.csproj b/src/LittleBlocks.Logging.UnitTests/LittleBlocks.Logging.UnitTests.csproj index 8808e28..0ea753a 100644 --- a/src/LittleBlocks.Logging.UnitTests/LittleBlocks.Logging.UnitTests.csproj +++ b/src/LittleBlocks.Logging.UnitTests/LittleBlocks.Logging.UnitTests.csproj @@ -2,15 +2,15 @@ false - 10 - net6.0 + 12 + net8.0 - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/LittleBlocks.Logging/LittleBlocks.Logging.csproj b/src/LittleBlocks.Logging/LittleBlocks.Logging.csproj index 0548819..ac21342 100644 --- a/src/LittleBlocks.Logging/LittleBlocks.Logging.csproj +++ b/src/LittleBlocks.Logging/LittleBlocks.Logging.csproj @@ -9,13 +9,13 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - + + diff --git a/src/LittleBlocks.Resilience.UnitTests/LittleBlocks.Resilience.UnitTests.csproj b/src/LittleBlocks.Resilience.UnitTests/LittleBlocks.Resilience.UnitTests.csproj index a08ea6d..62e547c 100644 --- a/src/LittleBlocks.Resilience.UnitTests/LittleBlocks.Resilience.UnitTests.csproj +++ b/src/LittleBlocks.Resilience.UnitTests/LittleBlocks.Resilience.UnitTests.csproj @@ -2,22 +2,22 @@ false - 10 - net6.0 + 12 + net8.0 - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/LittleBlocks.Resilience/LittleBlocks.Resilience.csproj b/src/LittleBlocks.Resilience/LittleBlocks.Resilience.csproj index 8a30953..68321b8 100644 --- a/src/LittleBlocks.Resilience/LittleBlocks.Resilience.csproj +++ b/src/LittleBlocks.Resilience/LittleBlocks.Resilience.csproj @@ -10,13 +10,13 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - + + diff --git a/src/LittleBlocks.RestEase.Client/IRestClient.cs b/src/LittleBlocks.RestEase.Client/IRestClient.cs index e2062a4..29f0fb2 100644 --- a/src/LittleBlocks.RestEase.Client/IRestClient.cs +++ b/src/LittleBlocks.RestEase.Client/IRestClient.cs @@ -24,7 +24,7 @@ public interface IRestClient [Header(HttpHeaders.HttpRequestId)] string CorrelationId { get; set; } - [Header(HeaderNames.Authorization)] + [Header(HttpHeaders.Authorization)] AuthenticationHeaderValue Authorization { get; set; } } } diff --git a/src/LittleBlocks.RestEase.Client/LittleBlocks.RestEase.Client.csproj b/src/LittleBlocks.RestEase.Client/LittleBlocks.RestEase.Client.csproj index 7d9c586..75fea79 100644 --- a/src/LittleBlocks.RestEase.Client/LittleBlocks.RestEase.Client.csproj +++ b/src/LittleBlocks.RestEase.Client/LittleBlocks.RestEase.Client.csproj @@ -9,13 +9,13 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - + + diff --git a/src/LittleBlocks.RestEase.UnitTests/LittleBlocks.RestEase.UnitTests.csproj b/src/LittleBlocks.RestEase.UnitTests/LittleBlocks.RestEase.UnitTests.csproj index 9c51489..bde260a 100644 --- a/src/LittleBlocks.RestEase.UnitTests/LittleBlocks.RestEase.UnitTests.csproj +++ b/src/LittleBlocks.RestEase.UnitTests/LittleBlocks.RestEase.UnitTests.csproj @@ -2,19 +2,19 @@ false - 10 - net6.0 + 12 + net8.0 - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj b/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj index 6ea6f4b..1b83c44 100644 --- a/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj +++ b/src/LittleBlocks.RestEase/LittleBlocks.RestEase.csproj @@ -8,12 +8,12 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - + + diff --git a/src/LittleBlocks.Testing.Integration/LittleBlocks.Testing.Integration.csproj b/src/LittleBlocks.Testing.Integration/LittleBlocks.Testing.Integration.csproj index 705f38c..16c7211 100644 --- a/src/LittleBlocks.Testing.Integration/LittleBlocks.Testing.Integration.csproj +++ b/src/LittleBlocks.Testing.Integration/LittleBlocks.Testing.Integration.csproj @@ -1,7 +1,6 @@  - net6.0 true Mohammad Moattar, David Cassell LittleBlocks @@ -10,14 +9,15 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 + 12 + net8.0 - - - - - + + + + + diff --git a/src/LittleBlocks.Testing.UnitTests/LittleBlocks.Testing.UnitTests.csproj b/src/LittleBlocks.Testing.UnitTests/LittleBlocks.Testing.UnitTests.csproj index e0bee06..07c1c78 100644 --- a/src/LittleBlocks.Testing.UnitTests/LittleBlocks.Testing.UnitTests.csproj +++ b/src/LittleBlocks.Testing.UnitTests/LittleBlocks.Testing.UnitTests.csproj @@ -1,15 +1,15 @@  - net6.0 + net8.0 false - 10 + 12 - - - + + + all runtime; build; native; contentfiles; analyzers diff --git a/src/LittleBlocks.Testing/LittleBlocks.Testing.csproj b/src/LittleBlocks.Testing/LittleBlocks.Testing.csproj index 64fb519..408bd58 100644 --- a/src/LittleBlocks.Testing/LittleBlocks.Testing.csproj +++ b/src/LittleBlocks.Testing/LittleBlocks.Testing.csproj @@ -9,19 +9,19 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - - - - - - + + + + + + + diff --git a/src/LittleBlocks/LittleBlocks.csproj b/src/LittleBlocks/LittleBlocks.csproj index 70b377a..94ea585 100644 --- a/src/LittleBlocks/LittleBlocks.csproj +++ b/src/LittleBlocks/LittleBlocks.csproj @@ -9,13 +9,13 @@ https://github.com/LittleBlocks/LittleBlocks.API false 1.0.0 - 10 - net6.0;netstandard2.0;netstandard2.1 + 12 + net8.0 - - + + diff --git a/src/Samples/LittleBlocks.Sample.WebAPI.IntegrationTests/Helpers/TestApplicationFactory.cs b/src/Samples/LittleBlocks.Sample.WebAPI.IntegrationTests/Helpers/TestApplicationFactory.cs index 31a4c07..115fda0 100644 --- a/src/Samples/LittleBlocks.Sample.WebAPI.IntegrationTests/Helpers/TestApplicationFactory.cs +++ b/src/Samples/LittleBlocks.Sample.WebAPI.IntegrationTests/Helpers/TestApplicationFactory.cs @@ -15,6 +15,7 @@ // along with this program. If not, see . using System.Net.Http; +using Serilog.AspNetCore; namespace LittleBlocks.Sample.WebAPI.IntegrationTests.Helpers; diff --git a/src/Samples/LittleBlocks.Sample.WebAPI.IntegrationTests/LittleBlocks.Sample.WebAPI.IntegrationTests.csproj b/src/Samples/LittleBlocks.Sample.WebAPI.IntegrationTests/LittleBlocks.Sample.WebAPI.IntegrationTests.csproj index d1e2eb8..39f1506 100644 --- a/src/Samples/LittleBlocks.Sample.WebAPI.IntegrationTests/LittleBlocks.Sample.WebAPI.IntegrationTests.csproj +++ b/src/Samples/LittleBlocks.Sample.WebAPI.IntegrationTests/LittleBlocks.Sample.WebAPI.IntegrationTests.csproj @@ -1,18 +1,18 @@  - net6.0 - 10 + net8.0 + 12 - - - - + + + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Samples/LittleBlocks.Sample.WebAPI/LittleBlocks.Sample.WebAPI.csproj b/src/Samples/LittleBlocks.Sample.WebAPI/LittleBlocks.Sample.WebAPI.csproj index 3644078..f57fb0d 100644 --- a/src/Samples/LittleBlocks.Sample.WebAPI/LittleBlocks.Sample.WebAPI.csproj +++ b/src/Samples/LittleBlocks.Sample.WebAPI/LittleBlocks.Sample.WebAPI.csproj @@ -1,14 +1,14 @@  - net6.0 + net8.0 False - 10 + 12 - - - - + + + + diff --git a/src/Samples/LittleBlocks.Sample.WindowsService/LittleBlocks.Sample.WindowsService.csproj b/src/Samples/LittleBlocks.Sample.WindowsService/LittleBlocks.Sample.WindowsService.csproj index a1b4e3e..31d0f07 100644 --- a/src/Samples/LittleBlocks.Sample.WindowsService/LittleBlocks.Sample.WindowsService.csproj +++ b/src/Samples/LittleBlocks.Sample.WindowsService/LittleBlocks.Sample.WindowsService.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 @@ -25,7 +25,7 @@ - +