Add project files.

This commit is contained in:
rafi1212122
2023-05-23 21:20:51 +07:00
parent a23b0f37c1
commit df32db9a60
6 changed files with 110 additions and 0 deletions

13
Common/Common.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Config.Net" Version="5.1.5" />
</ItemGroup>
</Project>