summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2018-02-28 10:08:32 -0800
committerGitHub <noreply@github.com>2018-02-28 10:08:32 -0800
commitebf1ae6d1cc0ff6fd5d658b7fa0622428a424a38 (patch)
tree78a170ea3a7c6149f7a7576facc9ab75f7226f36 /tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix
parent7493d29441180fa1ffdafd77186f3beebee93515 (diff)
downloadcoreclr-ebf1ae6d1cc0ff6fd5d658b7fa0622428a424a38.tar.gz
coreclr-ebf1ae6d1cc0ff6fd5d658b7fa0622428a424a38.tar.bz2
coreclr-ebf1ae6d1cc0ff6fd5d658b7fa0622428a424a38.zip
Revert: Simplify test dependencies for benchmarks (#16647)
This reverts commit 0598b6b8af0fb560837ce0bb8f3c8236c05bbdc9. Updates to xunit console runner break things in Helix. So reverting until we can get that part sorted. Also undoes version updates from #16597; we can't move these forward yet as we're back to netstandard 1.4 for the time being.
Diffstat (limited to 'tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix')
-rw-r--r--tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj b/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj
index 5e65e71d4a..a65219a7c8 100644
--- a/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj
+++ b/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj
@@ -9,6 +9,8 @@
<OutputType>Exe</OutputType>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
+ <NuGetTargetMoniker>.NETStandard,Version=v1.4</NuGetTargetMoniker>
+ <NuGetTargetMonikerShort>netstandard1.4</NuGetTargetMonikerShort>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>
@@ -30,4 +32,7 @@
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup>
+ <PropertyGroup>
+ <ProjectAssetsFile>$(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json</ProjectAssetsFile>
+ </PropertyGroup>
</Project>