18 lines
		
	
	
		
			536 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			536 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
	<PropertyGroup>
 | 
						|
		<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 | 
						|
	</PropertyGroup>
 | 
						|
 | 
						|
	<ItemGroup>
 | 
						|
		<FrameworkReference Include="Microsoft.AspNetCore.App" />
 | 
						|
		<PackageReference Include="DNS" Version="6.1.0" />
 | 
						|
		<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
 | 
						|
		<PackageReference Include="WinDivertSharp" Version="1.4.3.3" />
 | 
						|
	</ItemGroup>
 | 
						|
 | 
						|
	<ItemGroup>
 | 
						|
		<ProjectReference Include="..\FastGithub.Configuration\FastGithub.Configuration.csproj" />
 | 
						|
	</ItemGroup>
 | 
						|
</Project>
 |