Microsoft.AspNetCore.Shared.Tests.csproj 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
  4. <DebugType>portable</DebugType>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Compile Include="$(SharedSourceRoot)ClosedGenericMatcher\*.cs" />
  8. <Compile Include="$(SharedSourceRoot)CopyOnWriteDictionary\*.cs" />
  9. <Compile Include="$(SharedSourceRoot)ObjectMethodExecutor\*.cs" />
  10. <Compile Include="$(SharedSourceRoot)PropertyActivator\*.cs" />
  11. <Compile Include="$(SharedSourceRoot)PropertyHelper\*.cs" />
  12. <Compile Include="$(SharedSourceRoot)SecurityHelper\**\*.cs" />
  13. <Compile Include="$(SharedSourceRoot)StackTrace\StackFrame\**\*.cs" />
  14. <Compile Include="$(SharedSourceRoot)WebEncoders\**\*.cs" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <Reference Include="FSharp.Core" />
  18. <Reference Include="System.Reflection.Metadata" />
  19. <Reference Include="System.Threading.Tasks.Extensions" />
  20. <Reference Include="Microsoft.Extensions.TypeNameHelper.Sources" PrivateAssets="All" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <ProjectReference Include="..\testassets\ThrowingLibrary\ThrowingLibrary.csproj" />
  24. </ItemGroup>
  25. </Project>