From a2a0d3a10c38632f52d48786ffc782d5eb088c51 Mon Sep 17 00:00:00 2001 From: Allan Ritchie Date: Sun, 5 Nov 2023 20:53:24 -0500 Subject: [PATCH 1/2] Net8 packaging --- ProjectTemplates/ShinyApp/ShinyApp.csproj | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ProjectTemplates/ShinyApp/ShinyApp.csproj b/ProjectTemplates/ShinyApp/ShinyApp.csproj index 3c2b896..25e44a2 100644 --- a/ProjectTemplates/ShinyApp/ShinyApp.csproj +++ b/ProjectTemplates/ShinyApp/ShinyApp.csproj @@ -10,7 +10,7 @@ $(TargetFrameworks);{DOTNET_TFM}-maccatalyst - + 8.0.0-rc.2.9511 Exe ShinyApp @@ -90,7 +90,7 @@ - + @@ -112,9 +112,15 @@ + + + + + + From 92e8154a529f27bd0f4a0df9bcccb301219a1f3d Mon Sep 17 00:00:00 2001 From: Allan Ritchie Date: Sun, 5 Nov 2023 20:54:12 -0500 Subject: [PATCH 2/2] Update Template.csproj --- Template.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Template.csproj b/Template.csproj index 7d7a048..3765ac4 100644 --- a/Template.csproj +++ b/Template.csproj @@ -3,7 +3,7 @@ Shiny.NET Templates - One stop shop to setup almost everything you can imagine within your .NET MAUI application Template - 1.1.1 + 1.1.2 Shiny.Templates Shiny Templates Allan Ritchie