You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
515 B
XML
19 lines
515 B
XML
7 years ago
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<Folder Include="wwwroot\" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Autofac" Version="4.8.1" />
|
||
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
||
|
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.1.1" />
|
||
|
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.1.1" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|