Initial commit - ViewEngine.WebSample

This commit is contained in:
2025-12-28 18:50:57 +00:00
commit eafafda65d
6 changed files with 976 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ViewEngine.Client" Version="1.2.1" />
</ItemGroup>
</Project>