diff --git a/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj b/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj index 9b8b33725048..f3e9eff270d5 100644 --- a/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj +++ b/src/Templates/src/templates/maui-blazor/MauiApp.1.csproj @@ -1,8 +1,10 @@  - DOTNET_TFM-android;DOTNET_TFM-ios;DOTNET_TFM-maccatalyst + DOTNET_TFM-android;DOTNET_TFM-ios;DOTNET_TFM-maccatalyst $(TargetFrameworks);DOTNET_TFM-windows10.0.19041.0 + + Exe MauiApp._1 true diff --git a/src/Templates/src/templates/maui-lib/MauiLib1.csproj b/src/Templates/src/templates/maui-lib/MauiLib1.csproj index 29bd6db804fb..a4739cbbd6f8 100644 --- a/src/Templates/src/templates/maui-lib/MauiLib1.csproj +++ b/src/Templates/src/templates/maui-lib/MauiLib1.csproj @@ -1,8 +1,10 @@ - DOTNET_TFM;DOTNET_TFM-android;DOTNET_TFM-ios;DOTNET_TFM-maccatalyst + DOTNET_TFM;DOTNET_TFM-android;DOTNET_TFM-ios;DOTNET_TFM-maccatalyst $(TargetFrameworks);DOTNET_TFM-windows10.0.19041.0 + + MauiLib1 true true diff --git a/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj b/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj index ec21a20d0801..7f1b8c112add 100644 --- a/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj +++ b/src/Templates/src/templates/maui-mobile/MauiApp.1.csproj @@ -1,8 +1,10 @@  - DOTNET_TFM-android;DOTNET_TFM-ios;DOTNET_TFM-maccatalyst + DOTNET_TFM-android;DOTNET_TFM-ios;DOTNET_TFM-maccatalyst $(TargetFrameworks);DOTNET_TFM-windows10.0.19041.0 + + Exe MauiApp._1 true