2018-01-27 00:26:37 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-01-27 06:20:57 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<Compile Remove="Migrations\20180127005211_Itit.cs" />
|
|
|
|
<Compile Remove="Migrations\20180127005211_Itit.Designer.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-01-27 00:26:37 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="wwwroot\" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.1" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-01-27 06:20:57 +01:00
|
|
|
<ItemGroup>
|
2018-07-02 02:10:42 +02:00
|
|
|
<ProjectReference Include="..\SieveUnitTests\SieveUnitTests.csproj" />
|
2018-01-27 06:20:57 +01:00
|
|
|
<ProjectReference Include="..\Sieve\Sieve.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-01-27 00:26:37 +01:00
|
|
|
</Project>
|