v0.0.0 Replace NodeJS with .NET
This commit is contained in:
parent
6d6cfc2c68
commit
e6cb076ab8
12 changed files with 62 additions and 82 deletions
9
src/Titan.Core/Titan.Core.csproj
Normal file
9
src/Titan.Core/Titan.Core.csproj
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue