Core.Blueprint.DAL/Core.Blueprint.DAL.KeyVault/Core.Blueprint.DAL.KeyVault.csproj
2025-06-21 21:50:16 -06:00

14 lines
314 B
XML

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