You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
704 B
XML
20 lines
704 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AutoMapper" Version="12.0.1" />
|
|
<PackageReference Include="Enums.NET" Version="4.0.1" />
|
|
<PackageReference Include="LanguageExt.Core" Version="4.4.7" />
|
|
<PackageReference Include="Microsoft.AspNet.SignalR.Core" Version="2.4.3" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="NLog" Version="5.2.7" />
|
|
<PackageReference Include="SqlSugarCore" Version="5.1.4.126" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|