Generator to configure all routes in WebApplicationBuilder

This commit is contained in:
2024-09-23 14:19:40 +02:00
parent 0e0c84bd38
commit e902aa12f3
5 changed files with 125 additions and 3 deletions
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.8</Version>
<Version>0.8.1</Version>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Alexandru Macocian</Authors>