-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBirdieBook.csproj
27 lines (27 loc) · 1.41 KB
/
BirdieBook.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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<UserSecretsId>aspnet-BirdieBook-A9437EB4-40C4-4819-954A-CB371EC6A3B3</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Controllers\GolfCoursesController_old.cs" />
<Compile Remove="Program_orig.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="bootstrap" Version="4.0.0-beta" />
<PackageReference Include="bootstrap-slider" Version="5.0.13" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="2.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="2.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\js\UserRounds\Create.js" />
</ItemGroup>
</Project>