20230201_145_upperpc/InSituLaboratory.ORM/InSituLaboratory.ORM.csproj

24 lines
822 B
XML
Raw Permalink Normal View History

2024-03-11 05:12:02 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.16">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2024-03-22 07:12:57 +00:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.12" />
2024-03-11 05:12:02 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\InSituLaboratory.Entities\InSituLaboratory.Entities.csproj" />
</ItemGroup>
</Project>