Add WolverineFx tutorial project for playing around with Wolverine tutorials.

This commit is contained in:
2026-06-12 15:40:58 +02:00
parent 6760f90336
commit 3434e9fb91
41 changed files with 1154 additions and 0 deletions
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\WolverineTutorial.ServiceDefaults\WolverineTutorial.ServiceDefaults.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.9" />
<PackageReference Include="Microsoft.OpenApi" Version="3.7.0" />
</ItemGroup>
</Project>