SACenter/SA.AppDomain/SA.AppDomain.csproj

22 lines
676 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.43" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="NLog" Version="5.0.1" />
<PackageReference Include="WebApiClientCore" Version="2.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SA.Core\SA.Core.csproj" />
<ProjectReference Include="..\SA.Entity\SA.Entity.csproj" />
</ItemGroup>
</Project>