Initial commit
This commit is contained in:
9
FictionArchive.Common/Enums/Language.cs
Normal file
9
FictionArchive.Common/Enums/Language.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace FictionArchive.Common.Enums;
|
||||
|
||||
public enum Language
|
||||
{
|
||||
En,
|
||||
Kr,
|
||||
Ch,
|
||||
Ja
|
||||
}
|
||||
14
FictionArchive.Common/FictionArchive.Common.csproj
Normal file
14
FictionArchive.Common/FictionArchive.Common.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="HotChocolate.Abstractions" Version="15.1.11" />
|
||||
<PackageReference Include="HotChocolate.Types" Version="15.1.11" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user