Core.Blueprint.DAL/Core.Blueprint.DAL.Redis/Core.Blueprint.DAL.Redis.csproj
2025-05-17 22:53:44 -06:00

14 lines
306 B
XML

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