Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 39af225

Browse files
Update test netcoreapp references to 2.2 (#19747)
1 parent f835596 commit 39af225

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

tests/publishdependency.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
<UsingTask TaskName="PrereleaseResolveNuGetPackageAssets" AssemblyFile="$(BuildToolsTaskDir)Microsoft.DotNet.Build.Tasks.dll"/>
55
<ItemGroup>
6-
<TestTargetFramework Include=".NETCoreApp,Version=v2.1">
7-
<Folder>netcoreapp2.1</Folder>
6+
<TestTargetFramework Include=".NETCoreApp,Version=v2.2">
7+
<Folder>netcoreapp2.2</Folder>
88
</TestTargetFramework>
99
</ItemGroup>
1010

tests/src/Common/build_against_pkg_dependencies/build_against_pkg_dependencies.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</PackageReference>
2626
</ItemGroup>
2727
<PropertyGroup>
28-
<TargetFramework>netcoreapp2.1</TargetFramework>
28+
<TargetFramework>netcoreapp2.2</TargetFramework>
2929
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
3030
<PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback>
3131
<RuntimeIdentifiers>win-arm;win-arm64;win-x64;win-x86;$(TargetRid)</RuntimeIdentifiers>

tests/src/Common/test_dependencies/test_dependencies.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<CLRTestKind>BuildOnly</CLRTestKind>
8-
<NugetTargetMoniker>.NETCoreApp,Version=v2.1</NugetTargetMoniker>
9-
<NugetTargetMonikerShort>netcoreapp2.1</NugetTargetMonikerShort>
8+
<NugetTargetMoniker>.NETCoreApp,Version=v2.2</NugetTargetMoniker>
9+
<NugetTargetMonikerShort>netcoreapp2.2</NugetTargetMonikerShort>
1010
<IsTestProject>false</IsTestProject>
1111
</PropertyGroup>
1212
<ItemGroup>
@@ -28,7 +28,7 @@
2828
</PackageReference>
2929
</ItemGroup>
3030
<PropertyGroup>
31-
<TargetFramework>netcoreapp2.1</TargetFramework>
31+
<TargetFramework>netcoreapp2.2</TargetFramework>
3232
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
3333
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50;netcoreapp1.1;portable-net45+win8</PackageTargetFallback>
3434
<RuntimeIdentifiers>win-arm;win-arm64;win-x64;win-x86;$(TargetRid)</RuntimeIdentifiers>

tests/src/Common/test_runtime/test_runtime.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<CLRTestKind>BuildOnly</CLRTestKind>
8-
<NugetTargetMoniker>.NETCoreApp,Version=v2.1</NugetTargetMoniker>
9-
<NugetTargetMonikerShort>netcoreapp2.1</NugetTargetMonikerShort>
8+
<NugetTargetMoniker>.NETCoreApp,Version=v2.2</NugetTargetMoniker>
9+
<NugetTargetMonikerShort>netcoreapp2.2</NugetTargetMonikerShort>
1010
<IsTestProject>false</IsTestProject>
1111
</PropertyGroup>
1212
<ItemGroup>
@@ -27,7 +27,7 @@
2727
</PackageReference>
2828
</ItemGroup>
2929
<PropertyGroup>
30-
<TargetFramework>netcoreapp2.1</TargetFramework>
30+
<TargetFramework>netcoreapp2.2</TargetFramework>
3131
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
3232
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
3333
<RuntimeIdentifiers>win-arm;win-arm64;win-x64;win-x86;$(TargetRid)</RuntimeIdentifiers>

tests/src/dir.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
<RestoreOutputPath>$(MSBuildProjectDirectory)\obj</RestoreOutputPath>
9696

9797
<!-- Specify the target framework of the common test dependency project.json. -->
98-
<NuGetTargetMoniker>.NETCoreApp,Version=v2.1</NuGetTargetMoniker>
99-
<NuGetTargetMonikerShort>netcoreapp2.1</NuGetTargetMonikerShort>
98+
<NuGetTargetMoniker>.NETCoreApp,Version=v2.2</NuGetTargetMoniker>
99+
<NuGetTargetMonikerShort>netcoreapp2.2</NuGetTargetMonikerShort>
100100
<PrereleaseResolveNuGetPackages>true</PrereleaseResolveNuGetPackages>
101101
</PropertyGroup>
102102

0 commit comments

Comments
 (0)