main
| Rev | Line | |
|---|
| [dfe03b8] | 1 | <Project Sdk="Microsoft.NET.Sdk.Web">
|
|---|
| 2 |
|
|---|
| 3 | <PropertyGroup>
|
|---|
| 4 | <TargetFramework>net8.0</TargetFramework>
|
|---|
| 5 | <Nullable>enable</Nullable>
|
|---|
| 6 | <ImplicitUsings>enable</ImplicitUsings>
|
|---|
| 7 | </PropertyGroup>
|
|---|
| 8 |
|
|---|
| 9 | <ItemGroup>
|
|---|
| 10 | <PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
|
|---|
| 11 | <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
|
|---|
| 12 | <PrivateAssets>all</PrivateAssets>
|
|---|
| 13 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|---|
| 14 | </PackageReference>
|
|---|
| 15 | <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
|
|---|
| 16 | <PrivateAssets>all</PrivateAssets>
|
|---|
| 17 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|---|
| 18 | </PackageReference>
|
|---|
| 19 | <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
|
|---|
| 20 | </ItemGroup>
|
|---|
| 21 |
|
|---|
| 22 | </Project>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.