basic structure
This commit is contained in:
parent
ebb657f372
commit
5623e962cf
8 changed files with 69 additions and 0 deletions
6
lib/Class1.cs
Normal file
6
lib/Class1.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace lib;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
9
lib/lib.csproj
Normal file
9
lib/lib.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