mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-10-31 02:27:11 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			900 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			900 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 	<PropertyGroup>
 | |
| 		<TargetFramework>net5.0</TargetFramework>
 | |
| 
 | |
| 		<Company>SDG</Company>
 | |
| 		<Authors>Zoe Roux</Authors>
 | |
| 		<RepositoryUrl>https://github.com/AnonymusRaccoon/Kyoo</RepositoryUrl>
 | |
| 		<LangVersion>default</LangVersion>
 | |
| 	</PropertyGroup>
 | |
| 
 | |
| 	<ItemGroup>
 | |
| 		<PackageReference Include="EFCore.NamingConventions" Version="5.0.2" />
 | |
| 		<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.8">
 | |
| 			<PrivateAssets>all</PrivateAssets>
 | |
| 			<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
 | |
| 		</PackageReference>
 | |
| 		<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.7" />
 | |
| 	</ItemGroup>
 | |
| 
 | |
| 	<ItemGroup>
 | |
| 		<ProjectReference Include="..\Kyoo.Database\Kyoo.Database.csproj" />
 | |
| 		<ProjectReference Include="../Kyoo.Abstractions/Kyoo.Abstractions.csproj" />
 | |
| 	</ItemGroup>
 | |
| </Project>
 |