Browse Source

Merge pull request #1636 from SixLabors/js/fix-msbuild

Update ImageSharp.Tests.ProfilingSandbox.csproj
pull/1643/head
James Jackson-South 5 years ago
committed by GitHub
parent
commit
a2703b75a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj

1
tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj

@ -13,6 +13,7 @@
<IsTestProject>false</IsTestProject>
<EnsureNETCoreAppRuntime>false</EnsureNETCoreAppRuntime>
<Configurations>Debug;Release;Release-InnerLoop;Debug-InnerLoop</Configurations>
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
</PropertyGroup>
<Choose>

Loading…
Cancel
Save