mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-03 19:17:16 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			757 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			757 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk.Web">
 | 
						|
 | 
						|
	<PropertyGroup>
 | 
						|
		<TargetFramework>netcoreapp3.1</TargetFramework>
 | 
						|
		<AssemblyName>Kyoo.CommonApi</AssemblyName>
 | 
						|
		<RootNamespace>Kyoo.CommonApi</RootNamespace>
 | 
						|
		<PackageId>Kyoo.CommonApi</PackageId>
 | 
						|
		<Authors>AnonymusRaccoon</Authors>
 | 
						|
	</PropertyGroup>
 | 
						|
 | 
						|
	<ItemGroup>
 | 
						|
	  <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" />
 | 
						|
	  <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.3" />
 | 
						|
	  <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.3" />
 | 
						|
	  <PackageReference Include="Npgsql" Version="4.1.3" />
 | 
						|
	</ItemGroup>
 | 
						|
 | 
						|
	<ItemGroup>
 | 
						|
	  <ProjectReference Include="..\Kyoo.Common\Kyoo.Common.csproj" />
 | 
						|
	</ItemGroup>
 | 
						|
 | 
						|
</Project>
 |