summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Performance/CodeQuality/Math/Functions
diff options
context:
space:
mode:
authorJohn Soklaski <jsokla@microsoft.com>2016-10-17 18:09:58 -0700
committerDrew Scoggins <anscoggi@microsoft.com>2016-10-26 16:14:49 -0700
commitef60f7921285baef7257b79fa79443ff15205d57 (patch)
treeaf5fcb8b4eed219882e7f7d509624d80eba1f85e /tests/src/JIT/Performance/CodeQuality/Math/Functions
parente77cbf0eedaf829f69b9d3eaa63e6e79585da729 (diff)
downloadcoreclr-ef60f7921285baef7257b79fa79443ff15205d57.tar.gz
coreclr-ef60f7921285baef7257b79fa79443ff15205d57.tar.bz2
coreclr-ef60f7921285baef7257b79fa79443ff15205d57.zip
Move benchmarks to use netstandard1.4 instead of netcoreapp1.0 to fix desktop reflection issue
Diffstat (limited to 'tests/src/JIT/Performance/CodeQuality/Math/Functions')
-rw-r--r--tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj b/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj
index 6d101e4b19..7e7a74e142 100644
--- a/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj
+++ b/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj
@@ -14,6 +14,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
+ <NuGetTargetMoniker>.NETStandard,Version=v1.4</NuGetTargetMoniker>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -63,4 +64,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>