PageRenderTime 41ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/MongoDB.Bson.TestHelpers/MongoDB.Bson.TestHelpers.csproj

http://github.com/mongodb/mongo-csharp-driver
MSBuild | 43 lines | 35 code | 8 blank | 0 comment | 0 complexity | cf03c2625a9bdab140f0a5b69049d35d MD5 | raw file
Possible License(s): Apache-2.0
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>netstandard1.5;netstandard2.0;net452</TargetFrameworks>
  4. <LangVersion>7.3</LangVersion>
  5. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  6. <WarningsAsErrors />
  7. <IsPackable>false</IsPackable>
  8. <CodeAnalysisRuleSet>..\..\MongoDBLegacyTest.ruleset</CodeAnalysisRuleSet>
  9. </PropertyGroup>
  10. <PropertyGroup>
  11. <AssemblyTitle>MongoDB.Bson.TestHelpers</AssemblyTitle>
  12. <Product>MongoDB.Bson.TestHelpers</Product>
  13. <Company>MongoDB Inc.</Company>
  14. <Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
  15. <Description>Helper classes applicable to test projects that reference MongoDB.Bson.</Description>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Version)'==''">
  18. <Version>0.0.0-local</Version>
  19. </PropertyGroup>
  20. <PropertyGroup>
  21. <DefineConstants>TRACE</DefineConstants>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.5'">
  24. <NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
  25. </PropertyGroup>
  26. <ItemGroup>
  27. <PackageReference Include="FluentAssertions" Version="4.12.0" />
  28. <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" />
  29. <PackageReference Include="xunit" Version="2.4.0" />
  30. <PackageReference Include="Xunit.SkippableFact" Version="1.3.6" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <ProjectReference Include="..\..\src\MongoDB.Bson\MongoDB.Bson.csproj" />
  34. </ItemGroup>
  35. </Project>