-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmmangold.com.csproj
28 lines (23 loc) · 1.04 KB
/
mmangold.com.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<UserSecretsId>be43cd33-0514-4289-bb63-935a33a10809</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Chart.Mvc" Version="1.0.0.2" />
<PackageReference Include="Fitbit.Portable" Version="0.1.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
<PackageReference Include="Microsoft.Bcl.Async" Version="1.0.168" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.4" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="WaniKaniApiSharp" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="Migrations\" />
<Folder Include="wwwroot\lib\knockout.mapping\" />
<Folder Include="wwwroot\lib\knockout\" />
</ItemGroup>
</Project>