Files
git.stella-ops.org/src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj

21 lines
887 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Options" />
<PackageReference Include="AWSSDK.KeyManagementService" />
<PackageReference Include="Google.Cloud.Kms.V1" />
<PackageReference Include="Pkcs11Interop" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../StellaOps.Cryptography/StellaOps.Cryptography.csproj" />
<ProjectReference Include="../StellaOps.Localization/StellaOps.Localization.csproj" />
</ItemGroup>
</Project>