Browse Source

Fix build/test (#923)

af/merge-core
James Jackson-South 7 years ago
committed by GitHub
parent
commit
4a41c5b4ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Directory.Build.props
  2. 2
      Directory.Build.targets
  3. 2
      standards

3
Directory.Build.props

@ -30,8 +30,9 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<!--TODO: Check what this is testing for and why does it fail?-->
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
</PropertyGroup>
<!-- Default settings that explicitly differ from the Sdk.targets defaults-->

2
Directory.Build.targets

@ -25,7 +25,7 @@
<PackageReference Update="BenchmarkDotNet" Version="0.11.5" />
<PackageReference Update="Colourful" Version="2.0.2" />
<PackageReference Update="Magick.NET-Q16-AnyCPU" Version="7.12.0" />
<PackageReference Update="Microsoft.Net.Compilers.Toolset" Version="3.1.0-beta2-final" />
<PackageReference Update="Microsoft.Net.Compilers.Toolset" Version="3.1.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Update="Moq" Version="4.10.0" />
<PackageReference Update="SixLabors.Core" Version="1.0.0-dev000101" />

2
standards

@ -1 +1 @@
Subproject commit dd83f649638c6333984a757c01be6ec294e6b63c
Subproject commit 8b085c0ec4fb64797b9965741f7138f8f66a6b44
Loading…
Cancel
Save