iotgateway/IoTGateway.DataAccess/IoTGateway.DataAccess.csproj

21 lines
598 B
XML
Raw Normal View History

2021-12-12 06:55:48 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-01-24 15:10:56 +00:00
<TargetFramework>net6.0</TargetFramework>
2021-12-12 06:55:48 +00:00
<PreserveCompilationReferences>true</PreserveCompilationReferences>
</PropertyGroup>
<ItemGroup>
2022-10-12 06:35:19 +00:00
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.10">
2021-12-12 06:55:48 +00:00
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IoTGateway.Model\IoTGateway.Model.csproj" />
</ItemGroup>
</Project>