Last change
on this file since 4e72684 was e42f61a, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Add more services
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | <Project Sdk="Microsoft.NET.Sdk">
|
---|
2 |
|
---|
3 | <PropertyGroup>
|
---|
4 | <TargetFramework>netcoreapp3.1</TargetFramework>
|
---|
5 | </PropertyGroup>
|
---|
6 |
|
---|
7 | <ItemGroup>
|
---|
8 | <Compile Remove="Migrations\20200729091456_Second migration.cs" />
|
---|
9 | <Compile Remove="Migrations\20200729091456_Second migration.Designer.cs" />
|
---|
10 | <Compile Remove="Migrations\20200729091727_Second Migration.cs" />
|
---|
11 | <Compile Remove="Migrations\20200729091727_Second Migration.Designer.cs" />
|
---|
12 | <Compile Remove="Migrations\20200729101719_Third Migration.cs" />
|
---|
13 | <Compile Remove="Migrations\20200729101719_Third Migration.Designer.cs" />
|
---|
14 | </ItemGroup>
|
---|
15 |
|
---|
16 | <ItemGroup>
|
---|
17 | <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.6">
|
---|
18 | <PrivateAssets>all</PrivateAssets>
|
---|
19 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
---|
20 | </PackageReference>
|
---|
21 | <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.6">
|
---|
22 | <PrivateAssets>all</PrivateAssets>
|
---|
23 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
---|
24 | </PackageReference>
|
---|
25 | <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
|
---|
26 | </ItemGroup>
|
---|
27 |
|
---|
28 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.