summaryrefslogtreecommitdiff
path: root/tests/src/dir.props
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-05-05 22:10:34 -0700
committerJan Kotas <jkotas@microsoft.com>2018-05-05 22:10:34 -0700
commit5c55134c6ba9018352faaf75effc070253181a7f (patch)
tree9b7c0efad4b4332ab4fff44f16f1baec383dee20 /tests/src/dir.props
parentef015f999a9b63f4838f8cfa943ba979082dea30 (diff)
downloadcoreclr-5c55134c6ba9018352faaf75effc070253181a7f.tar.gz
coreclr-5c55134c6ba9018352faaf75effc070253181a7f.tar.bz2
coreclr-5c55134c6ba9018352faaf75effc070253181a7f.zip
Rename netcoreapp2.1 -> netcoreapp2.2
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 ee2d7a31d7..abdb7cc0f5 100644
--- a/tests/src/dir.props
+++ b/tests/src/dir.props
@@ -95,8 +95,8 @@
<RestoreOutputPath>$(MSBuildProjectDirectory)\obj</RestoreOutputPath>
<!-- Specify the target framework of the common test dependency project.json. -->
- <NuGetTargetMoniker>.NETCoreApp,Version=v2.1</NuGetTargetMoniker>
- <NuGetTargetMonikerShort>netcoreapp2.1</NuGetTargetMonikerShort>
+ <NuGetTargetMoniker>.NETCoreApp,Version=v2.2</NuGetTargetMoniker>
+ <NuGetTargetMonikerShort>netcoreapp2.2</NuGetTargetMonikerShort>
<PrereleaseResolveNuGetPackages>true</PrereleaseResolveNuGetPackages>
</PropertyGroup>