From f5a8a953bb2de63544ddba2408f41e3d45f333f3 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sat, 16 Aug 2025 09:39:09 -0400 Subject: [PATCH] Update README.md --- Oqtane.Application/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Oqtane.Application/README.md b/Oqtane.Application/README.md index f4bcb000..d7b6a3cf 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -16,5 +16,5 @@ The solution also contains Build, Client, Server, and Shared folders which is wh *Known Issues* - do not use the term "Oqtane" in your output name or else you will experience namespace conflicts -- the application's *.nuspec file should be included in the *.nupkg package however Nuget is excluding it -- when calling "dotnet new" the PostBuild section in the Oqtane.Application.Build.csproj is being modified - not sure why +- the application's Build project is missing the *.nuspec file as Nuget is excluding it from the template - not sure why +- when calling "dotnet new" the PostBuild section in the Oqtane.Application.Build.csproj is being modified incorrectly - not sure why