Core.Blueprint.DAL/Core.Blueprint.DAL.Redis/Core.Blueprint.DAL.Redis.csproj

14 lines
311 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Core.Blueprint.Redis" Version="1.0.2" />
</ItemGroup>
</Project>