summaryrefslogtreecommitdiff
path: root/tests/src/dir.props
diff options
context:
space:
mode:
authorDavis Goodin <dagood@users.noreply.github.com>2016-11-02 09:37:33 -0500
committerJan Kotas <jkotas@microsoft.com>2016-11-02 07:37:33 -0700
commiteb36c1bae2560f728768fba8a9044acccef520ca (patch)
tree3b9b355b5ea219de55211ded4b203ca06f0d9756 /tests/src/dir.props
parent26fa7fac1cffa75ee8f572bf725b5ad2efcecb17 (diff)
downloadcoreclr-eb36c1bae2560f728768fba8a9044acccef520ca.tar.gz
coreclr-eb36c1bae2560f728768fba8a9044acccef520ca.tar.bz2
coreclr-eb36c1bae2560f728768fba8a9044acccef520ca.zip
Specify .NETCoreApp,Version=v1.1 for test projects (#7937)
Diffstat (limited to 'tests/src/dir.props')
-rw-r--r--tests/src/dir.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/dir.props b/tests/src/dir.props
index 454db91dc4..e8cdfd4036 100644
--- a/tests/src/dir.props
+++ b/tests/src/dir.props
@@ -85,5 +85,8 @@
<PropertyGroup>
<ProjectJson>$(SourceDir)Common\test_dependencies\project.json</ProjectJson>
<ProjectLockJson>$(SourceDir)Common\test_dependencies\project.lock.json</ProjectLockJson>
+
+ <!-- Specify the target framework of the common test dependency project.json. -->
+ <NuGetTargetMoniker>.NETCoreApp,Version=v1.1</NuGetTargetMoniker>
</PropertyGroup>
</Project>