mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 06:07:20 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			590 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			590 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <OutputType>Exe</OutputType>
 | 
						|
    <TargetFramework>net6.0</TargetFramework>
 | 
						|
    <RootNamespace>hello_algo</RootNamespace>
 | 
						|
    <ImplicitUsings>enable</ImplicitUsings>
 | 
						|
    <Nullable>enable</Nullable>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
 | 
						|
    <PackageReference Include="NUnit" Version="3.13.3" />
 | 
						|
    <PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
 | 
						|
    <PackageReference Include="coverlet.collector" Version="3.1.0" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
</Project>
 |