Add C and C# portal pages, dotnet10/mono variants, c# symlink

This commit is contained in:
russell@unturf.com 2026-01-26 11:08:14 -05:00
parent 44a3876db6
commit c40f5e0bc0
8 changed files with 1215 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>