-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgarterExam.csproj
18 lines (18 loc) · 969 Bytes
/
garterExam.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81;</PackageTargetFallback>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.4" />
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="1.1.4" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.4" />
<PackageReference Include="Microsoft.AspNetCore.Session" Version="1.1" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.3" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
<PackageReference Include="MySql.Data.EntityFrameworkCore" Version="7.0.7-*" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.3" />
</ItemGroup>
</Project>