HHECS.DAQHandle.csproj
646 Bytes
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<Import Project="..\HHECS.DAQShared\DAQ.Shared.projitems" Label="Shared" />
<ItemGroup>
<PackageReference Include="FreeSql.DbContext" Version="3.2.815" />
<PackageReference Include="FreeSql.Provider.SqlServer" Version="3.2.815" />
<PackageReference Include="FreeSql.Repository" Version="3.2.815" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>
</Project>