| 123456789101112131415161718 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="..\..\shared\test\*.cs" />
- <Content Include="TestFiles\**\*" CopyToOutputDirectory="PreserveNewest" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Microsoft.AspNetCore.Cryptography.Internal" />
- <Reference Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
- <Reference Include="Microsoft.AspNetCore.DataProtection.Extensions" />
- </ItemGroup>
- </Project>
|