summaryrefslogtreecommitdiff
path: root/tests/src/JIT
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-09-11 01:13:29 +0000
committerGitHub <noreply@github.com>2019-09-11 01:13:29 +0000
commitf8dec385662c409194572934b40f01242da75dd4 (patch)
tree2e02c0261f3bbc239b4f0c883ed69ce1f999a5bc /tests/src/JIT
parent6f26005f9d9c6f6352d98d04a8481c7346db0b65 (diff)
downloadcoreclr-f8dec385662c409194572934b40f01242da75dd4.tar.gz
coreclr-f8dec385662c409194572934b40f01242da75dd4.tar.bz2
coreclr-f8dec385662c409194572934b40f01242da75dd4.zip
[release/3.1] Update dependencies from dotnet/corefx (#26508)
* Update dependencies from https://github.com/dotnet/corefx build 20190903.6 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19453.6 - Microsoft.Private.CoreFx.NETCoreApp - 4.7.0-rc1.19453.6 * Update dependencies from https://github.com/dotnet/corefx build 20190904.8 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19454.8 - Microsoft.Private.CoreFx.NETCoreApp - 4.7.0-rc1.19454.8 * Update dependencies from https://github.com/dotnet/corefx build 20190906.2 - Microsoft.NETCore.Platforms - 3.1.0-preview1.19456.2 - Microsoft.Private.CoreFx.NETCoreApp - 4.7.0-preview1.19456.2 * changing the target framework for tests to 3.1 * Update dependencies from https://github.com/dotnet/corefx build 20190906.20 - Microsoft.NETCore.Platforms - 3.1.0-preview1.19456.20 - Microsoft.Private.CoreFx.NETCoreApp - 4.7.0-preview1.19456.20 * Update dependencies from https://github.com/dotnet/corefx build 20190907.5 - Microsoft.NETCore.Platforms - 3.1.0-preview1.19457.5 - Microsoft.Private.CoreFx.NETCoreApp - 4.7.0-preview1.19457.5 * Update dependencies from https://github.com/dotnet/corefx build 20190909.13 - Microsoft.NETCore.Platforms - 3.1.0-preview1.19459.13 - Microsoft.Private.CoreFx.NETCoreApp - 4.7.0-preview1.19459.13 * 3.0 -> 3.1
Diffstat (limited to 'tests/src/JIT')
-rw-r--r--tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj b/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj
index e393e50b67..7e33456c1c 100644
--- a/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj
+++ b/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj
@@ -5,8 +5,8 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<CLRTestKind>BuildOnly</CLRTestKind>
- <NugetTargetMoniker>.NETCoreApp,Version=v3.0</NugetTargetMoniker>
- <NugetTargetMonikerShort>netcoreapp3.0</NugetTargetMonikerShort>
+ <NugetTargetMoniker>.NETCoreApp,Version=v3.1</NugetTargetMoniker>
+ <NugetTargetMonikerShort>netcoreapp3.1</NugetTargetMonikerShort>
<IsTestProject>false</IsTestProject>
</PropertyGroup>
<ItemGroup>
@@ -18,7 +18,7 @@
</PackageReference>
</ItemGroup>
<PropertyGroup>
- <TargetFramework>netcoreapp3.0</TargetFramework>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50;netcoreapp1.1;portable-net45+win8</PackageTargetFallback>
<RuntimeIdentifiers>win-arm;win-arm64;win-x64;win-x86;$(TargetRid)</RuntimeIdentifiers>