This repository was archived by the owner on Jan 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFluentBlog.csproj
33 lines (28 loc) · 1.66 KB
/
FluentBlog.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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>a90e1ffe-839d-4f75-9772-9b2fd93dd02a</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Migrations\20201109140322_update_settings.cs" />
<Compile Remove="Migrations\20201109140322_update_settings.Designer.cs" />
<Compile Remove="Migrations\20201109140519_update_settings.cs" />
<Compile Remove="Migrations\20201109140519_update_settings.Designer.cs" />
<Compile Remove="Migrations\20201109140700_update_settings.cs" />
<Compile Remove="Migrations\20201109140700_update_settings.Designer.cs" />
<Compile Remove="Migrations\20201109140721_update_settings.cs" />
<Compile Remove="Migrations\20201109140721_update_settings.Designer.cs" />
<Compile Remove="Migrations\20201213170536_add-friends.cs" />
<Compile Remove="Migrations\20201213170536_add-friends.Designer.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.4" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.0-alpha.2" />
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties libman_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
</Project>