Wrapper_API_SequentMicrosys.../Wrapper_Api_SequentMicrosys...

15 lines
394 B
XML
Raw Permalink Normal View History

2023-12-16 08:07:42 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-01-17 05:34:15 +00:00
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.1" />
2023-12-16 08:07:42 +00:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>