Microsoft.Reactive.Testing.csproj 1.0 KB

1234567891011121314151617
  1. <Project Sdk="MSBuild.Sdk.Extras">
  2. <PropertyGroup>
  3. <TargetFrameworks>net46;uap10.0;netstandard2.0</TargetFrameworks>
  4. <CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
  5. <Description>Reactive Extensions Testing Library containing interfaces and classes providing functionality to test applications and libraries built using Reactive Extensions.</Description>
  6. <AssemblyTitle>Microsoft.Reactive.Testing - Testing Helper Library</AssemblyTitle>
  7. <DefineConstants>$(DefineConstants);PLATFORM_DOTNET;XUNIT_VISIBILITY_INTERNAL</DefineConstants>
  8. <PackageTags>Rx;Reactive;Extensions;Observable;LINQ;Events</PackageTags>
  9. <Description>Reactive Extensions (Rx) for .NET - Testing Library</Description>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <EmbeddedResource Include="Properties\*.xml" />
  13. <PackageReference Include="xunit.assert.source" Version="2.3.1" PrivateAssets="All" />
  14. <ProjectReference Include="..\System.Reactive\System.Reactive.csproj" />
  15. </ItemGroup>
  16. </Project>