-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gambling my beloved.csproj
26 lines (22 loc) · 1.19 KB
/
Gambling my beloved.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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-Gambling_my_beloved-D0E3AE4D-690C-4AA2-BBC8-9316C5BDBF70</UserSecretsId>
<RootNamespace>Gambling_my_beloved</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.5"/>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.5"/>
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.5"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.5"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.5"/>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="Data\Migrations\" />
<Folder Include="Migrations\" />
</ItemGroup>
</Project>