From c5289a1b8a01ade4d9c3b83c047dcbb88c02bfce Mon Sep 17 00:00:00 2001 From: Allan Ritchie Date: Wed, 7 Aug 2024 00:09:34 -0400 Subject: [PATCH] Updates --- ProjectTemplates/ShinyApp/ShinyApp.csproj | 4 ++-- ProjectTemplates/ShinyAspNet/GlobalUsings.cs | 5 +---- Template.csproj | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ProjectTemplates/ShinyApp/ShinyApp.csproj b/ProjectTemplates/ShinyApp/ShinyApp.csproj index b9e155c..8d94653 100644 --- a/ProjectTemplates/ShinyApp/ShinyApp.csproj +++ b/ProjectTemplates/ShinyApp/ShinyApp.csproj @@ -26,10 +26,10 @@ 1.0 1 - 8.0.70 + 8.0.71 3.3.3 - 1.7.2 + 1.7.3 diff --git a/ProjectTemplates/ShinyAspNet/GlobalUsings.cs b/ProjectTemplates/ShinyAspNet/GlobalUsings.cs index b1116d6..747dafe 100644 --- a/ProjectTemplates/ShinyAspNet/GlobalUsings.cs +++ b/ProjectTemplates/ShinyAspNet/GlobalUsings.cs @@ -1,11 +1,8 @@ -global using System; -global using System.Threading; -global using System.Threading.Tasks; +global using IRequest = Shiny.Mediator.IRequest; global using Microsoft.EntityFrameworkCore; global using Microsoft.AspNetCore.Authorization; global using Microsoft.AspNetCore.Mvc; global using Shiny.Mediator; -global using Shiny; global using ShinyAspNet.Data; global using ShinyAspNet.Services; diff --git a/Template.csproj b/Template.csproj index a48071d..aad8c78 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 - 2.53.0 + 2.53.1 Shiny.Templates Shiny Templates Allan Ritchie