/tests/MongoDB.Bson.TestHelpers/MongoDB.Bson.TestHelpers.csproj
http://github.com/mongodb/mongo-csharp-driver · MSBuild · 43 lines · 35 code · 8 blank · 0 comment · 2 complexity · cf03c2625a9bdab140f0a5b69049d35d MD5 · raw file
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFrameworks>netstandard1.5;netstandard2.0;net452</TargetFrameworks>
- <LangVersion>7.3</LangVersion>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <WarningsAsErrors />
- <IsPackable>false</IsPackable>
- <CodeAnalysisRuleSet>..\..\MongoDBLegacyTest.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyTitle>MongoDB.Bson.TestHelpers</AssemblyTitle>
- <Product>MongoDB.Bson.TestHelpers</Product>
- <Company>MongoDB Inc.</Company>
- <Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
- <Description>Helper classes applicable to test projects that reference MongoDB.Bson.</Description>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Version)'==''">
- <Version>0.0.0-local</Version>
- </PropertyGroup>
- <PropertyGroup>
- <DefineConstants>TRACE</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.5'">
- <NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="FluentAssertions" Version="4.12.0" />
- <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" />
- <PackageReference Include="xunit" Version="2.4.0" />
- <PackageReference Include="Xunit.SkippableFact" Version="1.3.6" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\src\MongoDB.Bson\MongoDB.Bson.csproj" />
- </ItemGroup>
- </Project>