Add C and C# portal pages, dotnet10/mono variants, c# symlink
This commit is contained in:
parent
44a3876db6
commit
c40f5e0bc0
8 changed files with 1215 additions and 0 deletions
8
public/languages/csharp/dotnet10/uncloseai.csproj
Normal file
8
public/languages/csharp/dotnet10/uncloseai.csproj
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue