main
|
Last change
on this file since fa0fbaf was 08aefc6, checked in by mmilevski <markomilevski3@…>, 4 weeks ago |
|
Initial commit
|
-
Property mode
set to
100644
|
|
File size:
418 bytes
|
| Line | |
|---|
| 1 | <Project Sdk="Microsoft.NET.Sdk.Web">
|
|---|
| 2 | <ItemGroup>
|
|---|
| 3 | <FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|---|
| 4 | </ItemGroup>
|
|---|
| 5 | <ItemGroup>
|
|---|
| 6 | <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" />
|
|---|
| 7 | </ItemGroup>
|
|---|
| 8 | <PropertyGroup>
|
|---|
| 9 | <TargetFramework>net8.0</TargetFramework>
|
|---|
| 10 | <Nullable>enable</Nullable>
|
|---|
| 11 | <ImplicitUsings>enable</ImplicitUsings>
|
|---|
| 12 | </PropertyGroup>
|
|---|
| 13 |
|
|---|
| 14 | </Project>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.