summaryrefslogtreecommitdiff
path: root/tests/src/dir.props
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2017-08-16 15:38:31 -0700
committerEric St. John <ericstj@microsoft.com>2017-08-16 17:14:57 -0700
commitbbce12bfb2c9e0b487d034d31fd552bc863cbad8 (patch)
tree62a871240b5e28388ee401707ffab518d045c2b2 /tests/src/dir.props
parent0791026228b6082a6f9137251f35aab81ba47b10 (diff)
downloadcoreclr-bbce12bfb2c9e0b487d034d31fd552bc863cbad8.tar.gz
coreclr-bbce12bfb2c9e0b487d034d31fd552bc863cbad8.tar.bz2
coreclr-bbce12bfb2c9e0b487d034d31fd552bc863cbad8.zip
Update coreclr tests to netcoreapp2.1
Diffstat (limited to 'tests/src/dir.props')
-rw-r--r--tests/src/dir.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/dir.props b/tests/src/dir.props
index fcdc55df61..a6da62227f 100644
--- a/tests/src/dir.props
+++ b/tests/src/dir.props
@@ -90,8 +90,8 @@
<RestoreOutputPath>$(MSBuildProjectDirectory)\obj</RestoreOutputPath>
<!-- Specify the target framework of the common test dependency project.json. -->
- <NuGetTargetMoniker>.NETCoreApp,Version=v2.0</NuGetTargetMoniker>
- <NuGetTargetMonikerShort>netcoreapp2.0</NuGetTargetMonikerShort>
+ <NuGetTargetMoniker>.NETCoreApp,Version=v2.1</NuGetTargetMoniker>
+ <NuGetTargetMonikerShort>netcoreapp2.1</NuGetTargetMonikerShort>
<PrereleaseResolveNuGetPackages>true</PrereleaseResolveNuGetPackages>
</PropertyGroup>