15 lines
448 B
XML
15 lines
448 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.AspNetCore.DataProtection" />
|
|
<Reference Include="Microsoft.AspNetCore.DataProtection.AzureKeyVault" />
|
|
<Reference Include="Microsoft.Extensions.DependencyInjection" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|