From ea8cddf46af0df44541a624d24263dfb853a5851 Mon Sep 17 00:00:00 2001 From: Chase Burandt Date: Thu, 25 Jan 2024 13:32:59 -0600 Subject: [PATCH] Updated package to support Umbraco 13 and .net8 --- Blend.Sitemap/Blend.Sitemap.csproj | 6 +++--- SchemaGenerator/SchemaGenerator.csproj | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Blend.Sitemap/Blend.Sitemap.csproj b/Blend.Sitemap/Blend.Sitemap.csproj index 58850c2..6e8a92a 100644 --- a/Blend.Sitemap/Blend.Sitemap.csproj +++ b/Blend.Sitemap/Blend.Sitemap.csproj @@ -1,12 +1,12 @@  - net7.0 + net8.0 . Blend Sitemap Dynamic route for /sitemap.xml Sitemap.xml for Umbraco 11 $(MSBuildProjectName.Replace(" ", "_")) - 11.1.0 + 13.0.0 Chase Burandt Blend Interactive Copyright (c) 2023 Blend Interactive @@ -24,7 +24,7 @@ - + diff --git a/SchemaGenerator/SchemaGenerator.csproj b/SchemaGenerator/SchemaGenerator.csproj index 0f73eeb..c521059 100644 --- a/SchemaGenerator/SchemaGenerator.csproj +++ b/SchemaGenerator/SchemaGenerator.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 @@ -26,6 +26,6 @@ - +