diff options
author | wtgodbe <wigodbe@microsoft.com> | 2017-02-22 12:35:27 -0800 |
---|---|---|
committer | wtgodbe <wigodbe@microsoft.com> | 2017-03-13 15:30:19 -0700 |
commit | 5fc26e331934ea3e920103de8cb4161d2ff0ba6e (patch) | |
tree | 13a59e3bea093605bb509ac719002430140bc3dc /tests/src/dir.props | |
parent | 98c0edfa07dc47e2ae4c7d785d3dd122f430bfc8 (diff) | |
download | coreclr-5fc26e331934ea3e920103de8cb4161d2ff0ba6e.tar.gz coreclr-5fc26e331934ea3e920103de8cb4161d2ff0ba6e.tar.bz2 coreclr-5fc26e331934ea3e920103de8cb4161d2ff0ba6e.zip |
Pick up new CoreFX packages and abandon old ones
Diffstat (limited to 'tests/src/dir.props')
-rw-r--r-- | tests/src/dir.props | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/src/dir.props b/tests/src/dir.props index 2fb2e1942b..e0899ff202 100644 --- a/tests/src/dir.props +++ b/tests/src/dir.props @@ -70,6 +70,11 @@ <Language Condition="'$(Language)' == '' and '$(MSBuildProjectExtension)' == '.ilproj'">IL</Language> </PropertyGroup> + <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'"> + <!-- RAR thinks all EXEs require binding redirects. That's not the case for CoreCLR --> + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> + </PropertyGroup> + <!-- Set default ZapRequire level (used only when CrossGen is enabled) --> <PropertyGroup> <ZapRequire Condition="'$(ZapRequire)' == ''">2</ZapRequire> @@ -80,6 +85,6 @@ <ProjectLockJson>$(SourceDir)Common\test_dependencies\project.lock.json</ProjectLockJson> <!-- Specify the target framework of the common test dependency project.json. --> - <NuGetTargetMoniker>.NETCoreApp,Version=v1.1</NuGetTargetMoniker> + <NuGetTargetMoniker>.NETCoreApp,Version=v2.0</NuGetTargetMoniker> </PropertyGroup> </Project> |