Initial commit
This commit is contained in:
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