Core.Blueprint.DAL/Core.Blueprint.DAL.KeyVault/Core.Blueprint.DAL.KeyVault.csproj
2025-06-01 22:53:59 -06:00

14 lines
309 B
XML

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