Last change
on this file since 7d80751 was 1db5673, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Fix bugs, add some more
|
-
Property mode
set to
100644
|
File size:
1015 bytes
|
Rev | Line | |
---|
[30a465f] | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
---|
| 2 |
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <TargetFramework>netcoreapp3.1</TargetFramework>
|
---|
| 5 | </PropertyGroup>
|
---|
| 6 |
|
---|
| 7 | <ItemGroup>
|
---|
[1db5673] | 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">
|
---|
[30a465f] | 11 | <PrivateAssets>all</PrivateAssets>
|
---|
| 12 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
---|
| 13 | </PackageReference>
|
---|
[1db5673] | 14 | <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.10">
|
---|
[30a465f] | 15 | <PrivateAssets>all</PrivateAssets>
|
---|
| 16 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
---|
| 17 | </PackageReference>
|
---|
[a55ef91] | 18 | <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
---|
[30a465f] | 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.