source: FarmatikoData/FarmatikoData.csproj@ c406ae5

Last change on this file since c406ae5 was a55ef91, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Update & add service

  • Property mode set to 100644
File size: 1.3 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="Newtonsoft.Json" Version="12.0.3" />
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.