diff --git a/examples/RapidCMS.Example.Github/RapidCMS.Example.Github.csproj b/examples/RapidCMS.Example.Github/RapidCMS.Example.Github.csproj index 71d1f047..13feb9df 100644 --- a/examples/RapidCMS.Example.Github/RapidCMS.Example.Github.csproj +++ b/examples/RapidCMS.Example.Github/RapidCMS.Example.Github.csproj @@ -16,15 +16,15 @@ True - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/examples/RapidCMS.Example.Maui/RapidCMS.Example.Maui.csproj b/examples/RapidCMS.Example.Maui/RapidCMS.Example.Maui.csproj index a98807f5..609e6bfc 100644 --- a/examples/RapidCMS.Example.Maui/RapidCMS.Example.Maui.csproj +++ b/examples/RapidCMS.Example.Maui/RapidCMS.Example.Maui.csproj @@ -1,8 +1,8 @@  - net6.0-maccatalyst - $(TargetFrameworks);net6.0-windows10.0.19041 + net6.0-maccatalyst + $(TargetFrameworks);net6.0-windows10.0.19041 enable Maui + Blazor WebAssembly 10.0 diff --git a/examples/RapidCMS.Example.ModelMaker.Models/RapidCMS.Example.ModelMaker.Models.csproj b/examples/RapidCMS.Example.ModelMaker.Models/RapidCMS.Example.ModelMaker.Models.csproj index 255d2b19..40f53db6 100644 --- a/examples/RapidCMS.Example.ModelMaker.Models/RapidCMS.Example.ModelMaker.Models.csproj +++ b/examples/RapidCMS.Example.ModelMaker.Models/RapidCMS.Example.ModelMaker.Models.csproj @@ -27,12 +27,12 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/examples/RapidCMS.Example.ModelMaker.WebAssembly.API/RapidCMS.Example.ModelMaker.WebAssembly.API.csproj b/examples/RapidCMS.Example.ModelMaker.WebAssembly.API/RapidCMS.Example.ModelMaker.WebAssembly.API.csproj index 534f2709..c7c741f4 100644 --- a/examples/RapidCMS.Example.ModelMaker.WebAssembly.API/RapidCMS.Example.ModelMaker.WebAssembly.API.csproj +++ b/examples/RapidCMS.Example.ModelMaker.WebAssembly.API/RapidCMS.Example.ModelMaker.WebAssembly.API.csproj @@ -6,12 +6,12 @@ ASP.NET Core 6.0 - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/examples/RapidCMS.Example.ModelMaker.WebAssembly/RapidCMS.Example.ModelMaker.WebAssembly.csproj b/examples/RapidCMS.Example.ModelMaker.WebAssembly/RapidCMS.Example.ModelMaker.WebAssembly.csproj index 1dd4e6d0..f8dc1363 100644 --- a/examples/RapidCMS.Example.ModelMaker.WebAssembly/RapidCMS.Example.ModelMaker.WebAssembly.csproj +++ b/examples/RapidCMS.Example.ModelMaker.WebAssembly/RapidCMS.Example.ModelMaker.WebAssembly.csproj @@ -6,10 +6,10 @@ Blazor WebAssembly - - - - + + + + diff --git a/examples/RapidCMS.Example.ModelMaker/RapidCMS.Example.ModelMaker.csproj b/examples/RapidCMS.Example.ModelMaker/RapidCMS.Example.ModelMaker.csproj index 766760bf..32af0098 100644 --- a/examples/RapidCMS.Example.ModelMaker/RapidCMS.Example.ModelMaker.csproj +++ b/examples/RapidCMS.Example.ModelMaker/RapidCMS.Example.ModelMaker.csproj @@ -22,11 +22,11 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/examples/RapidCMS.Example.Server/RapidCMS.Example.Server.csproj b/examples/RapidCMS.Example.Server/RapidCMS.Example.Server.csproj index 83b87a99..0f682efa 100644 --- a/examples/RapidCMS.Example.Server/RapidCMS.Example.Server.csproj +++ b/examples/RapidCMS.Example.Server/RapidCMS.Example.Server.csproj @@ -7,8 +7,8 @@ 10.0 - - + + diff --git a/examples/RapidCMS.Example.Shared/RapidCMS.Example.Shared.csproj b/examples/RapidCMS.Example.Shared/RapidCMS.Example.Shared.csproj index 4210390b..a60c16ae 100644 --- a/examples/RapidCMS.Example.Shared/RapidCMS.Example.Shared.csproj +++ b/examples/RapidCMS.Example.Shared/RapidCMS.Example.Shared.csproj @@ -10,11 +10,11 @@ - + - - - + + + diff --git a/examples/RapidCMS.Example.WebAssembly.API/RapidCMS.Example.WebAssembly.API.csproj b/examples/RapidCMS.Example.WebAssembly.API/RapidCMS.Example.WebAssembly.API.csproj index 8ba99e82..391a3701 100644 --- a/examples/RapidCMS.Example.WebAssembly.API/RapidCMS.Example.WebAssembly.API.csproj +++ b/examples/RapidCMS.Example.WebAssembly.API/RapidCMS.Example.WebAssembly.API.csproj @@ -7,9 +7,9 @@ enable - - - + + + diff --git a/examples/RapidCMS.Example.WebAssembly.FunctionAPI/RapidCMS.Example.WebAssembly.FunctionAPI.csproj b/examples/RapidCMS.Example.WebAssembly.FunctionAPI/RapidCMS.Example.WebAssembly.FunctionAPI.csproj index 652b2b6a..7133da8e 100644 --- a/examples/RapidCMS.Example.WebAssembly.FunctionAPI/RapidCMS.Example.WebAssembly.FunctionAPI.csproj +++ b/examples/RapidCMS.Example.WebAssembly.FunctionAPI/RapidCMS.Example.WebAssembly.FunctionAPI.csproj @@ -9,7 +9,7 @@ <_FunctionsSkipCleanOutput>true enable - + diff --git a/examples/RapidCMS.Example.WebAssembly/RapidCMS.Example.WebAssembly.csproj b/examples/RapidCMS.Example.WebAssembly/RapidCMS.Example.WebAssembly.csproj index b13e0b00..403320cf 100644 --- a/examples/RapidCMS.Example.WebAssembly/RapidCMS.Example.WebAssembly.csproj +++ b/examples/RapidCMS.Example.WebAssembly/RapidCMS.Example.WebAssembly.csproj @@ -7,10 +7,10 @@ enable - - - - + + + + diff --git a/src/RapidCMS.Api.Core/RapidCMS.Api.Core.csproj b/src/RapidCMS.Api.Core/RapidCMS.Api.Core.csproj index 37ac476c..2d6e1348 100644 --- a/src/RapidCMS.Api.Core/RapidCMS.Api.Core.csproj +++ b/src/RapidCMS.Api.Core/RapidCMS.Api.Core.csproj @@ -33,9 +33,9 @@ 1701;1702;1591 - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/RapidCMS.Api.Functions/RapidCMS.Api.Functions.csproj b/src/RapidCMS.Api.Functions/RapidCMS.Api.Functions.csproj index 6d0da52e..4f020f00 100644 --- a/src/RapidCMS.Api.Functions/RapidCMS.Api.Functions.csproj +++ b/src/RapidCMS.Api.Functions/RapidCMS.Api.Functions.csproj @@ -33,7 +33,7 @@ 1701;1702;1591 - + diff --git a/src/RapidCMS.Api.WebApi/RapidCMS.Api.WebApi.csproj b/src/RapidCMS.Api.WebApi/RapidCMS.Api.WebApi.csproj index cdafd426..75909e14 100644 --- a/src/RapidCMS.Api.WebApi/RapidCMS.Api.WebApi.csproj +++ b/src/RapidCMS.Api.WebApi/RapidCMS.Api.WebApi.csproj @@ -33,9 +33,9 @@ 1701;1702;1591 - + - + diff --git a/src/RapidCMS.Core.Tests/RapidCMS.Core.Tests.csproj b/src/RapidCMS.Core.Tests/RapidCMS.Core.Tests.csproj index 74dd8219..564e77f3 100644 --- a/src/RapidCMS.Core.Tests/RapidCMS.Core.Tests.csproj +++ b/src/RapidCMS.Core.Tests/RapidCMS.Core.Tests.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -6,9 +6,9 @@ 10.0 - - - + + + diff --git a/src/RapidCMS.Core/RapidCMS.Core.csproj b/src/RapidCMS.Core/RapidCMS.Core.csproj index b708245e..a1a50cd2 100644 --- a/src/RapidCMS.Core/RapidCMS.Core.csproj +++ b/src/RapidCMS.Core/RapidCMS.Core.csproj @@ -33,18 +33,18 @@ - - - - + + + + - - - - - - - + + + + + + + diff --git a/src/RapidCMS.ModelMaker.SourceGenerator.EFCore.Tests/RapidCMS.ModelMaker.SourceGenerator.EFCore.Tests.csproj b/src/RapidCMS.ModelMaker.SourceGenerator.EFCore.Tests/RapidCMS.ModelMaker.SourceGenerator.EFCore.Tests.csproj index 5b77ce38..688aa985 100644 --- a/src/RapidCMS.ModelMaker.SourceGenerator.EFCore.Tests/RapidCMS.ModelMaker.SourceGenerator.EFCore.Tests.csproj +++ b/src/RapidCMS.ModelMaker.SourceGenerator.EFCore.Tests/RapidCMS.ModelMaker.SourceGenerator.EFCore.Tests.csproj @@ -81,7 +81,7 @@ - + @@ -89,7 +89,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/src/RapidCMS.ModelMaker.SourceGenerator.EFCore/RapidCMS.ModelMaker.SourceGenerator.EFCore.csproj b/src/RapidCMS.ModelMaker.SourceGenerator.EFCore/RapidCMS.ModelMaker.SourceGenerator.EFCore.csproj index 7c651c95..84356877 100644 --- a/src/RapidCMS.ModelMaker.SourceGenerator.EFCore/RapidCMS.ModelMaker.SourceGenerator.EFCore.csproj +++ b/src/RapidCMS.ModelMaker.SourceGenerator.EFCore/RapidCMS.ModelMaker.SourceGenerator.EFCore.csproj @@ -34,7 +34,7 @@ 1701;1702;1591 - + all @@ -51,7 +51,7 @@ - + diff --git a/src/RapidCMS.ModelMaker.SourceGenerator/RapidCMS.ModelMaker.SourceGenerator.csproj b/src/RapidCMS.ModelMaker.SourceGenerator/RapidCMS.ModelMaker.SourceGenerator.csproj index c575bf18..5c16636b 100644 --- a/src/RapidCMS.ModelMaker.SourceGenerator/RapidCMS.ModelMaker.SourceGenerator.csproj +++ b/src/RapidCMS.ModelMaker.SourceGenerator/RapidCMS.ModelMaker.SourceGenerator.csproj @@ -33,7 +33,7 @@ 1701;1702;1591 - + all diff --git a/src/RapidCMS.ModelMaker/RapidCMS.ModelMaker.csproj b/src/RapidCMS.ModelMaker/RapidCMS.ModelMaker.csproj index eae514ed..9f74b6d5 100644 --- a/src/RapidCMS.ModelMaker/RapidCMS.ModelMaker.csproj +++ b/src/RapidCMS.ModelMaker/RapidCMS.ModelMaker.csproj @@ -37,10 +37,10 @@ - + - - + + diff --git a/src/RapidCMS.Repositories/RapidCMS.Repositories.csproj b/src/RapidCMS.Repositories/RapidCMS.Repositories.csproj index 545edd02..6e72835b 100644 --- a/src/RapidCMS.Repositories/RapidCMS.Repositories.csproj +++ b/src/RapidCMS.Repositories/RapidCMS.Repositories.csproj @@ -45,16 +45,16 @@ - - + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/src/RapidCMS.UI.PublishableEntity/RapidCMS.UI.PublishableEntity.csproj b/src/RapidCMS.UI.PublishableEntity/RapidCMS.UI.PublishableEntity.csproj index a4899e99..02732b11 100644 --- a/src/RapidCMS.UI.PublishableEntity/RapidCMS.UI.PublishableEntity.csproj +++ b/src/RapidCMS.UI.PublishableEntity/RapidCMS.UI.PublishableEntity.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -9,8 +9,8 @@ - - + + diff --git a/src/RapidCMS.UI/RapidCMS.UI.csproj b/src/RapidCMS.UI/RapidCMS.UI.csproj index 04662f5d..1a2bd428 100644 --- a/src/RapidCMS.UI/RapidCMS.UI.csproj +++ b/src/RapidCMS.UI/RapidCMS.UI.csproj @@ -32,13 +32,13 @@ - - - - + + + + - +