Last change
on this file since ee137aa was a55ef91, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Update & add service
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[30a465f] | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
---|
| 2 |
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <TargetFramework>netcoreapp3.1</TargetFramework>
|
---|
| 5 | </PropertyGroup>
|
---|
| 6 |
|
---|
[e42f61a] | 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 |
|
---|
[30a465f] | 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>
|
---|
[a55ef91] | 25 | <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
---|
[30a465f] | 26 | <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
|
---|
| 27 | </ItemGroup>
|
---|
| 28 |
|
---|
| 29 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.