-
Notifications
You must be signed in to change notification settings - Fork 0
/
FerieCountdown.csproj
31 lines (25 loc) · 1.37 KB
/
FerieCountdown.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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<UserSecretsId>aspnet-FerieCountdownWithAuth-44A21EB8-65E7-4F90-B73A-8886AB4590D9</UserSecretsId>
<RootNamespace>FerieCountdown</RootNamespace>
<AssemblyName>FerieCountdown</AssemblyName>
</PropertyGroup>
<ItemGroup>
<None Remove="Views\Countdown\SetLocale.cshtml.old" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\SetLocale\SetLocale.cshtml.old" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" />
</ItemGroup>
</Project>