diff --git a/templates/DatasyncTemplates.csproj b/templates/DatasyncTemplates.csproj index b5a1be73..da473919 100644 --- a/templates/DatasyncTemplates.csproj +++ b/templates/DatasyncTemplates.csproj @@ -9,7 +9,7 @@ CommunityToolkit.Datasync.Server.Template.CSharp dotnet-new;template;aspnetcore;datasync Template - net8.0 + net10.0 Template for creating an ASP.NET Core Service using the Community Datasync Toolkit diff --git a/templates/Template.DatasyncServer/Template.DatasyncServer.csproj.template b/templates/Template.DatasyncServer/Template.DatasyncServer.csproj.template index 91010622..439e7d47 100644 --- a/templates/Template.DatasyncServer/Template.DatasyncServer.csproj.template +++ b/templates/Template.DatasyncServer/Template.DatasyncServer.csproj.template @@ -1,6 +1,6 @@ - net9.0 + net10.0 enable enable latest @@ -10,8 +10,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive