Initial commit - ViewEngine.Console sample

This commit is contained in:
2025-12-28 18:25:44 +00:00
commit f5d7701fd2
4 changed files with 420 additions and 0 deletions

14
ViewEngine.Console.csproj Normal file
View File

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