-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScoreStore.csproj
35 lines (31 loc) · 1.9 KB
/
ScoreStore.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
29
30
31
32
33
34
35
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>aspnet-ScoreStore-690ECB73-4824-42D5-8F66-566F0FAE163B</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Data\Migrations\20210531043346_initialsetup.cs" />
<Compile Remove="Data\Migrations\20210531043346_initialsetup.Designer.cs" />
<Compile Remove="Data\Migrations\20210531043443_initialsetup.cs" />
<Compile Remove="Data\Migrations\20210531043443_initialsetup.Designer.cs" />
<Compile Remove="Data\Migrations\20210531043937_initialsetup.cs" />
<Compile Remove="Data\Migrations\20210531043937_initialsetup.Designer.cs" />
<Compile Remove="Data\Migrations\20210626212958_ExtendIdentityUser.cs" />
<Compile Remove="Data\Migrations\20210626212958_ExtendIdentityUser.Designer.cs" />
<Compile Remove="Data\Migrations\20220113052918_Scores.cs" />
<Compile Remove="Data\Migrations\20220113052918_Scores.Designer.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.26" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.14" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.25" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.25" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.25" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.25">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.5" />
<PackageReference Include="SendGrid" Version="9.28.0" />
</ItemGroup>
</Project>