15 lines
429 B
XML
15 lines
429 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.AspNetCore.DataProtection" />
|
|
<Reference Include="Microsoft.AspNetCore.DataProtection.AzureKeyVault" />
|
|
<Reference Include="Microsoft.Extensions.DependencyInjection" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|