Rename netcoreapp2.1 -> netcoreapp2.2
authorJan Kotas <jkotas@microsoft.com>
Sun, 6 May 2018 05:10:34 +0000 (22:10 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sun, 6 May 2018 05:10:34 +0000 (22:10 -0700)
tests/publishdependency.targets
tests/src/Common/build_against_pkg_dependencies/build_against_pkg_dependencies.csproj
tests/src/Common/test_dependencies/test_dependencies.csproj
tests/src/Common/test_runtime/test_runtime.csproj
tests/src/dir.props

index e2c8706..82f383f 100644 (file)
@@ -3,8 +3,8 @@
 
   <UsingTask TaskName="PrereleaseResolveNuGetPackageAssets" AssemblyFile="$(BuildToolsTaskDir)Microsoft.DotNet.Build.Tasks.dll"/>
   <ItemGroup>
-    <TestTargetFramework Include=".NETCoreApp,Version=v2.1">
-      <Folder>netcoreapp2.1</Folder>
+    <TestTargetFramework Include=".NETCoreApp,Version=v2.2">
+      <Folder>netcoreapp2.2</Folder>
     </TestTargetFramework>
   </ItemGroup>
 
index 870fa1d..fac7578 100644 (file)
@@ -25,7 +25,7 @@
     </PackageReference>
   </ItemGroup>
   <PropertyGroup>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>netcoreapp2.2</TargetFramework>
     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
     <PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback>
     <RuntimeIdentifiers>win-arm;win-arm64;win-x64;win-x86;$(TargetRid)</RuntimeIdentifiers>
index 6337491..3bdca6d 100644 (file)
@@ -5,8 +5,8 @@
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <CLRTestKind>BuildOnly</CLRTestKind>
-    <NugetTargetMoniker>.NETCoreApp,Version=v2.1</NugetTargetMoniker>
-    <NugetTargetMonikerShort>netcoreapp2.1</NugetTargetMonikerShort>
+    <NugetTargetMoniker>.NETCoreApp,Version=v2.2</NugetTargetMoniker>
+    <NugetTargetMonikerShort>netcoreapp2.2</NugetTargetMonikerShort>
     <IsTestProject>false</IsTestProject>
   </PropertyGroup>
   <ItemGroup>
@@ -30,7 +30,7 @@
     </PackageReference>
   </ItemGroup>
   <PropertyGroup>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>netcoreapp2.2</TargetFramework>
     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
     <PackageTargetFallback>$(PackageTargetFallback);dnxcore50;netcoreapp1.1;portable-net45+win8</PackageTargetFallback>
     <RuntimeIdentifiers>win-arm;win-arm64;win-x64;win-x86;$(TargetRid)</RuntimeIdentifiers>
index 7bb27db..7405edc 100644 (file)
@@ -5,8 +5,8 @@
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <CLRTestKind>BuildOnly</CLRTestKind>
-    <NugetTargetMoniker>.NETCoreApp,Version=v2.1</NugetTargetMoniker>
-    <NugetTargetMonikerShort>netcoreapp2.1</NugetTargetMonikerShort>
+    <NugetTargetMoniker>.NETCoreApp,Version=v2.2</NugetTargetMoniker>
+    <NugetTargetMonikerShort>netcoreapp2.2</NugetTargetMonikerShort>
     <IsTestProject>false</IsTestProject>
   </PropertyGroup>
   <ItemGroup>
@@ -27,7 +27,7 @@
     </PackageReference>
   </ItemGroup>
   <PropertyGroup>
-    <TargetFramework>netcoreapp2.1</TargetFramework>
+    <TargetFramework>netcoreapp2.2</TargetFramework>
     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
     <PackageTargetFallback>$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
     <RuntimeIdentifiers>win-arm;win-arm64;win-x64;win-x86;$(TargetRid)</RuntimeIdentifiers>
index ee2d7a3..abdb7cc 100644 (file)
@@ -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>