Microsoft.AspNetCore.Cryptography.KeyDerivation.Test.csproj 583 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Compile Include="..\shared\*.cs" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\src\Microsoft.AspNetCore.Cryptography.Internal\Microsoft.AspNetCore.Cryptography.Internal.csproj" />
  11. <ProjectReference Include="..\..\src\Microsoft.AspNetCore.Cryptography.KeyDerivation\Microsoft.AspNetCore.Cryptography.KeyDerivation.csproj" />
  12. </ItemGroup>
  13. </Project>