Last change
on this file since 4b342bb was 30a465f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
761 bytes
|
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="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
|
---|
17 | </ItemGroup>
|
---|
18 |
|
---|
19 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.