This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
build_against_pkg_dependencies Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<UsingTask TaskName =" PrereleaseResolveNuGetPackageAssets" AssemblyFile =" $(BuildToolsTaskDir)Microsoft.DotNet.Build.Tasks.dll" />
5
5
<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 >
8
8
</TestTargetFramework >
9
9
</ItemGroup >
10
10
Original file line number Diff line number Diff line change 25
25
</PackageReference >
26
26
</ItemGroup >
27
27
<PropertyGroup >
28
- <TargetFramework >netcoreapp2.1 </TargetFramework >
28
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
29
29
<TargetFrameworkIdentifier >.NETCoreApp</TargetFrameworkIdentifier >
30
30
<PackageTargetFallback >$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback >
31
31
<RuntimeIdentifiers >win-arm;win-arm64;win-x64;win-x86;$(TargetRid)</RuntimeIdentifiers >
Original file line number Diff line number Diff line change 5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
7
<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 >
10
10
<IsTestProject >false</IsTestProject >
11
11
</PropertyGroup >
12
12
<ItemGroup >
28
28
</PackageReference >
29
29
</ItemGroup >
30
30
<PropertyGroup >
31
- <TargetFramework >netcoreapp2.1 </TargetFramework >
31
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
32
32
<TargetFrameworkIdentifier >.NETCoreApp</TargetFrameworkIdentifier >
33
33
<PackageTargetFallback >$(PackageTargetFallback);dnxcore50;netcoreapp1.1;portable-net45+win8</PackageTargetFallback >
34
34
<RuntimeIdentifiers >win-arm;win-arm64;win-x64;win-x86;$(TargetRid)</RuntimeIdentifiers >
Original file line number Diff line number Diff line change 5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
7
<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 >
10
10
<IsTestProject >false</IsTestProject >
11
11
</PropertyGroup >
12
12
<ItemGroup >
27
27
</PackageReference >
28
28
</ItemGroup >
29
29
<PropertyGroup >
30
- <TargetFramework >netcoreapp2.1 </TargetFramework >
30
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
31
31
<TargetFrameworkIdentifier >.NETCoreApp</TargetFrameworkIdentifier >
32
32
<PackageTargetFallback >$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback >
33
33
<RuntimeIdentifiers >win-arm;win-arm64;win-x64;win-x86;$(TargetRid)</RuntimeIdentifiers >
Original file line number Diff line number Diff line change 95
95
<RestoreOutputPath >$(MSBuildProjectDirectory)\obj</RestoreOutputPath >
96
96
97
97
<!-- 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 >
100
100
<PrereleaseResolveNuGetPackages >true</PrereleaseResolveNuGetPackages >
101
101
</PropertyGroup >
102
102
You can’t perform that action at this time.
0 commit comments