mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-10-31 10:37:13 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			814 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			814 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>netcoreapp3.1</TargetFramework>
 | |
|     <RootNamespace>UnitTests</RootNamespace>
 | |
| 
 | |
|     <IsPackable>false</IsPackable>
 | |
| 
 | |
|     <AssemblyName>UnitTests</AssemblyName>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.0.0" />
 | |
|     <PackageReference Include="nunit" Version="3.12.0" />
 | |
|     <PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
 | |
|     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\Kyoo\Kyoo.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <None Update="appsettings.json">
 | |
|       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 | |
|     </None>
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |