diff --git a/Statiq.Docs.sln b/Statiq.Docs.sln index 0d09572..4ddf265 100644 --- a/Statiq.Docs.sln +++ b/Statiq.Docs.sln @@ -6,11 +6,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{321DAC19-C19 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Statiq.Docs", "src\Statiq.Docs\Statiq.Docs.csproj", "{567B5D3B-6093-4405-9A6A-466E0FB316EB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Statiq.Docs.Templates", "src\Statiq.Docs.Templates\Statiq.Docs.Templates.csproj", "{1A749683-7702-4D24-A14E-AC5A83803846}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Statiq.Docs.Templates", "src\Statiq.Docs.Templates\Statiq.Docs.Templates.csproj", "{1A749683-7702-4D24-A14E-AC5A83803846}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{73F82A2D-EEAE-4079-9870-4628DE69D99F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Statiq.Docs.Tests", "tests\Statiq.Docs.Tests\Statiq.Docs.Tests.csproj", "{8097207F-AE90-47FF-9FBE-8BE86F0E1F7F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Statiq.Docs.Tests", "tests\Statiq.Docs.Tests\Statiq.Docs.Tests.csproj", "{8097207F-AE90-47FF-9FBE-8BE86F0E1F7F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/src/Statiq.Docs.Templates/Statiq.Docs.Templates.csproj b/src/Statiq.Docs.Templates/Statiq.Docs.Templates.csproj index 5fc40d9..ef68912 100644 --- a/src/Statiq.Docs.Templates/Statiq.Docs.Templates.csproj +++ b/src/Statiq.Docs.Templates/Statiq.Docs.Templates.csproj @@ -1,5 +1,4 @@ - Template Statiq.Docs.Templates @@ -7,20 +6,21 @@ Dave Glick Templates to use when creating a Statiq Docs application, Statiq Docs is a flexible static site generator. dotnet-new;templates;Statiq;Static;StaticContent;StaticSite;Blog;BlogEngine - true false false true content + net8.0 - - + + + - + \ No newline at end of file diff --git a/src/Statiq.Docs/Statiq.Docs.csproj b/src/Statiq.Docs/Statiq.Docs.csproj index 65a60f1..3f49685 100644 --- a/src/Statiq.Docs/Statiq.Docs.csproj +++ b/src/Statiq.Docs/Statiq.Docs.csproj @@ -1,16 +1,13 @@ - - + - netcoreapp3.1 + net8.0 Statiq Docs is a flexible API documentation generator. Statiq Static StaticContent StaticSite Documentation Docs - - @@ -23,7 +20,6 @@ - @@ -36,5 +32,4 @@ - \ No newline at end of file diff --git a/tests/Statiq.Docs.Tests/Statiq.Docs.Tests.csproj b/tests/Statiq.Docs.Tests/Statiq.Docs.Tests.csproj index dadb465..425f242 100644 --- a/tests/Statiq.Docs.Tests/Statiq.Docs.Tests.csproj +++ b/tests/Statiq.Docs.Tests/Statiq.Docs.Tests.csproj @@ -1,11 +1,10 @@  - + - @@ -19,9 +18,10 @@ - Is_Windows - + + net8.0 + \ No newline at end of file