Files
mapo-core/MP.Core/MP.Core.csproj
T
Samuele Locatelli 932e6477d3 Update massivo CORE x gestione REDIS
- nuova gestioen flushPattern redis (solo master e async e con scan + furbo)
- update nuget
2025-09-12 11:27:32 +02:00

20 lines
500 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="DTO\FermiCommentatiDTO.cs" />
<Compile Remove="DTO\userTknDTO.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="StackExchange.Redis" Version="2.9.17" />
</ItemGroup>
</Project>