19 lines
		
	
	
		
			638 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			638 B
		
	
	
	
		
			XML
		
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net6.0</TargetFramework>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
 | |
|     <OutputPath>..\bin</OutputPath>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
 | |
|     <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
 | |
|     <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
 | |
|     <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |