Files
LaDOSE/LaDOSE.Src/LaDOSE.Entity/LaDOSE.Entity.csproj

20 lines
588 B
XML
Raw Normal View History

2018-10-05 00:18:37 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Platforms>AnyCPU;x64</Platforms>
2025-02-09 22:30:00 +01:00
<TargetFramework>net8.0</TargetFramework>
2018-10-05 00:18:37 +02:00
</PropertyGroup>
2018-10-06 13:05:38 +02:00
<ItemGroup>
2025-02-09 22:30:00 +01:00
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.12" />
2023-07-12 05:06:18 +02:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2025-02-09 22:30:00 +01:00
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.EntityFrameworkCore">
<HintPath>..\..\..\..\.nuget\packages\microsoft.entityframeworkcore\8.0.11\lib\net8.0\Microsoft.EntityFrameworkCore.dll</HintPath>
</Reference>
2018-10-06 13:05:38 +02:00
</ItemGroup>
2018-10-05 00:18:37 +02:00
</Project>