2023-10-08 14:12:01 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-10-14 15:05:58 +00:00
|
|
|
<ItemGroup>
|
2023-10-14 16:13:29 +00:00
|
|
|
<None Remove="Handlers\CommunicationModule.cs~RF42bcb29.TMP" />
|
2023-10-14 15:05:58 +00:00
|
|
|
<None Remove="Handlers\SignInModule.cs~RF3f1e071.TMP" />
|
2023-10-14 17:16:45 +00:00
|
|
|
<None Remove="Handlers\SignInModule.cs~RF46194f0.TMP" />
|
2023-10-14 15:05:58 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2023-10-08 14:12:01 +00:00
|
|
|
<ItemGroup>
|
2023-10-14 13:00:56 +00:00
|
|
|
<PackageReference Include="MessagePack" Version="2.4.59" />
|
2023-10-11 13:20:26 +00:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
2023-10-08 14:12:01 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\AscNet.Common\AscNet.Common.csproj" />
|
2023-10-14 17:39:26 +00:00
|
|
|
<ProjectReference Include="..\AscNet.Logging\AscNet.Logging.csproj" />
|
2023-10-08 14:12:01 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|