17 lines
532 B
XML
17 lines
532 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<OutputType>exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.AspNetCore.DataProtection" />
|
|
<Reference Include="Microsoft.AspNetCore.DataProtection.AzureStorage" />
|
|
<Reference Include="Microsoft.Extensions.DependencyInjection" />
|
|
<Reference Include="Microsoft.Extensions.Logging" />
|
|
<Reference Include="Microsoft.Extensions.Logging.Console" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|