Unify logic of generating the webside unlike a different version we had for MVC and Minimal API

This commit is contained in:
2024-01-18 15:57:01 -08:00
parent 2d95fcb1a1
commit 0c3edd64f3
5 changed files with 89 additions and 128 deletions

View File

@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>