Init
This commit is contained in:
parent
22d1c2f48c
commit
f1b58b8885
3 changed files with 333 additions and 0 deletions
9
Xorog.Logger.csproj
Normal file
9
Xorog.Logger.csproj
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in a new issue