source: KernelRecordsMVC.Application/KernelRecordsMVC.Application.csproj@ 08aefc6

main
Last change on this file since 08aefc6 was 08aefc6, checked in by mmilevski <markomilevski3@…>, 4 weeks ago

Initial commit

  • Property mode set to 100644
File size: 471 bytes
Line 
1<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
4 <TargetFramework>net8.0</TargetFramework>
5 <ImplicitUsings>enable</ImplicitUsings>
6 <Nullable>enable</Nullable>
7 </PropertyGroup>
8
9 <ItemGroup>
10 <ProjectReference Include="..\KernelRecordsMVC.Domain\KernelRecordsMVC.Domain.csproj" />
11 </ItemGroup>
12
13 <ItemGroup>
14 <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
15 </ItemGroup>
16
17</Project>
Note: See TracBrowser for help on using the repository browser.