Specify .NETCoreApp,Version=v1.1 for test projects (dotnet/coreclr#7937)
authorDavis Goodin <dagood@users.noreply.github.com>
Wed, 2 Nov 2016 14:37:33 +0000 (09:37 -0500)
committerJan Kotas <jkotas@microsoft.com>
Wed, 2 Nov 2016 14:37:33 +0000 (07:37 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/eb36c1bae2560f728768fba8a9044acccef520ca

src/coreclr/tests/src/Common/empty/project.json
src/coreclr/tests/src/dir.props

index c6d5104..1954111 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
   },
   "frameworks": {
-    "netcoreapp1.0": {}
+    "netcoreapp1.1": {}
   },
   "runtimes": {
     "win7-x86": {},
index 454db91..e8cdfd4 100644 (file)
@@ -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>