Last change
on this file since 68454c6 was 1db5673, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Fix bugs, add some more
|
-
Property mode
set to
100644
|
File size:
1015 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.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.10" />
|
---|
9 | <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.10" />
|
---|
10 | <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.10">
|
---|
11 | <PrivateAssets>all</PrivateAssets>
|
---|
12 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
---|
13 | </PackageReference>
|
---|
14 | <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.10">
|
---|
15 | <PrivateAssets>all</PrivateAssets>
|
---|
16 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
---|
17 | </PackageReference>
|
---|
18 | <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
---|
19 | <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
|
---|
20 | </ItemGroup>
|
---|
21 |
|
---|
22 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.