File tree 7 files changed +6
-10
lines changed
TestAssets/TestPackages/PackageWithFakeNativeDep
tools/CrossGen.Dependencies
7 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFramework >net45</TargetFramework >
4
4
<AssemblyName >PackageWithFakeNativeDep</AssemblyName >
5
- <RuntimeIdentifiers >win7-x64;win7-x86;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;osx.10.10-x64;rhel.7-x64</RuntimeIdentifiers >
6
5
</PropertyGroup >
7
6
8
7
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <RuntimeNETCoreAppPackageName >runtime.$(CoreCLRRid ).microsoft.netcore.app</RuntimeNETCoreAppPackageName >
3
+ <RuntimeNETCoreAppPackageName >runtime.$(SharedFrameworkRid ).microsoft.netcore.app</RuntimeNETCoreAppPackageName >
4
4
<CrossgenPath >$(NuGetPackagesDir)/$(RuntimeNETCoreAppPackageName)/$(CLI_SharedFrameworkVersion)/tools/crossgen$(ExeExtension)</CrossgenPath >
5
- <LibCLRJitPath >$(NuGetPackagesDir)/$(RuntimeNETCoreAppPackageName)/$(CLI_SharedFrameworkVersion)/runtimes/$(CoreCLRRid )/native/$(DynamicLibPrefix)clrjit$(DynamicLibExtension)</LibCLRJitPath >
5
+ <LibCLRJitPath >$(NuGetPackagesDir)/$(RuntimeNETCoreAppPackageName)/$(CLI_SharedFrameworkVersion)/runtimes/$(SharedFrameworkRid )/native/$(DynamicLibPrefix)clrjit$(DynamicLibExtension)</LibCLRJitPath >
6
6
<SharedFrameworkNameVersionPath >$(OutputDirectory)/shared/$(SharedFrameworkName)/$(SharedFrameworkVersion)</SharedFrameworkNameVersionPath >
7
7
</PropertyGroup >
8
8
</Project >
Original file line number Diff line number Diff line change 80
80
<CallTarget Targets =" CleanToolsLockFiles" />
81
81
82
82
<DotNetRestore ToolPath =" $(Stage0Directory)"
83
- ProjectPath =" " %(RestoreToolsPackagesInput.FullPath)" " />
83
+ ProjectPath =" " %(RestoreToolsPackagesInput.FullPath)" "
84
+ AdditionalParameters =" /p:UsePortableLinuxSharedFramework=$(UsePortableLinuxSharedFramework)" />
84
85
85
86
</Target >
86
87
Original file line number Diff line number Diff line change 5
5
<DotnetStage0 >$(Stage0Directory)/dotnet$(ExeExtension)</DotnetStage0 >
6
6
<IsDesktopAvailable >False</IsDesktopAvailable >
7
7
<IsDesktopAvailable Condition =" '$(OSName)' == 'win' " >True</IsDesktopAvailable >
8
- <CoreCLRRid Condition =" '$(OSName)' == 'win' " >win-$(Architecture)</CoreCLRRid >
9
- <CoreCLRRid Condition =" '$(OSName)' == 'osx' " >osx-x64</CoreCLRRid >
10
- <CoreCLRRid Condition =" '$(CoreCLRRid)' == '' " >linux-x64</CoreCLRRid >
11
8
</PropertyGroup >
12
9
</Project >
Original file line number Diff line number Diff line change 59
59
<VersionPrefix >1.0.0</VersionPrefix >
60
60
<VersionSuffix ></VersionSuffix >
61
61
<Clean >True</Clean >
62
- <MsbuildArgs >/p:RuntimeIdentifier=$(CoreCLRRid)</MsbuildArgs >
63
62
</BaseTestPackageProject >
64
63
<BaseTestPackageProject Include =" TestAssets/TestPackages/dotnet-dependency-context-test" >
65
64
<Name >dotnet-dependency-context-test</Name >
Original file line number Diff line number Diff line change 34
34
<Import Project =" build/OutputDirectories.props" />
35
35
<Import Project =" build/BuildDefaults.props" />
36
36
<Import Project =" build/Stage0.props" />
37
- <Import Project =" build/CrossGen.props" />
38
37
<Import Project =" build/VersionBadge.props" />
39
38
<Import Project =" build/BundledRuntimes.props" />
39
+ <Import Project =" build/CrossGen.props" />
40
40
<Import Project =" build/BackwardsCompatibilityRuntimes.props" />
41
41
42
42
<Import Project =" build/AzureInfo.props" />
Original file line number Diff line number Diff line change 3
3
4
4
<PropertyGroup >
5
5
<TargetFramework >netcoreapp2.0</TargetFramework >
6
- <RuntimeIdentifier >$(CoreCLRRid )</RuntimeIdentifier >
6
+ <RuntimeIdentifier >$(SharedFrameworkRid )</RuntimeIdentifier >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
You can’t perform that action at this time.
0 commit comments