Line | |
---|
1 | <Project Sdk="Microsoft.NET.Sdk">
|
---|
2 |
|
---|
3 | <PropertyGroup>
|
---|
4 | <TargetFramework>netcoreapp3.1</TargetFramework>
|
---|
5 | </PropertyGroup>
|
---|
6 |
|
---|
7 | <ItemGroup>
|
---|
8 | <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.6">
|
---|
9 | <PrivateAssets>all</PrivateAssets>
|
---|
10 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
---|
11 | </PackageReference>
|
---|
12 | <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.6">
|
---|
13 | <PrivateAssets>all</PrivateAssets>
|
---|
14 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
---|
15 | </PackageReference>
|
---|
16 | <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
---|
17 | <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
|
---|
18 | </ItemGroup>
|
---|
19 |
|
---|
20 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.