mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
006a09f68a
Former-commit-id: 40d27dd7d02f4ead756be090364075a6570ae2cb
20 lines
465 B
XML
20 lines
465 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="wwwroot/" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|