This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +6
-10
lines changed
TestAssets/TestPackages/PackageWithFakeNativeDep
tools/CrossGen.Dependencies Expand file tree Collapse file tree 7 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFramework >net45</TargetFramework >
44 <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 >
65 </PropertyGroup >
76
87 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <RuntimeNETCoreAppPackageName >runtime.$(CoreCLRRid ).microsoft.netcore.app</RuntimeNETCoreAppPackageName >
3+ <RuntimeNETCoreAppPackageName >runtime.$(SharedFrameworkRid ).microsoft.netcore.app</RuntimeNETCoreAppPackageName >
44 <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 >
66 <SharedFrameworkNameVersionPath >$(OutputDirectory)/shared/$(SharedFrameworkName)/$(SharedFrameworkVersion)</SharedFrameworkNameVersionPath >
77 </PropertyGroup >
88</Project >
Original file line number Diff line number Diff line change 8080 <CallTarget Targets =" CleanToolsLockFiles" />
8181
8282 <DotNetRestore ToolPath =" $(Stage0Directory)"
83- ProjectPath =" " %(RestoreToolsPackagesInput.FullPath)" " />
83+ ProjectPath =" " %(RestoreToolsPackagesInput.FullPath)" "
84+ AdditionalParameters =" /p:UsePortableLinuxSharedFramework=$(UsePortableLinuxSharedFramework)" />
8485
8586 </Target >
8687
Original file line number Diff line number Diff line change 55 <DotnetStage0 >$(Stage0Directory)/dotnet$(ExeExtension)</DotnetStage0 >
66 <IsDesktopAvailable >False</IsDesktopAvailable >
77 <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 >
118 </PropertyGroup >
129</Project >
Original file line number Diff line number Diff line change 5959 <VersionPrefix >1.0.0</VersionPrefix >
6060 <VersionSuffix ></VersionSuffix >
6161 <Clean >True</Clean >
62- <MsbuildArgs >/p:RuntimeIdentifier=$(CoreCLRRid)</MsbuildArgs >
6362 </BaseTestPackageProject >
6463 <BaseTestPackageProject Include =" TestAssets/TestPackages/dotnet-dependency-context-test" >
6564 <Name >dotnet-dependency-context-test</Name >
Original file line number Diff line number Diff line change 3434 <Import Project =" build/OutputDirectories.props" />
3535 <Import Project =" build/BuildDefaults.props" />
3636 <Import Project =" build/Stage0.props" />
37- <Import Project =" build/CrossGen.props" />
3837 <Import Project =" build/VersionBadge.props" />
3938 <Import Project =" build/BundledRuntimes.props" />
39+ <Import Project =" build/CrossGen.props" />
4040 <Import Project =" build/BackwardsCompatibilityRuntimes.props" />
4141
4242 <Import Project =" build/AzureInfo.props" />
Original file line number Diff line number Diff line change 33
44 <PropertyGroup >
55 <TargetFramework >netcoreapp2.0</TargetFramework >
6- <RuntimeIdentifier >$(CoreCLRRid )</RuntimeIdentifier >
6+ <RuntimeIdentifier >$(SharedFrameworkRid )</RuntimeIdentifier >
77 </PropertyGroup >
88
99 <ItemGroup >
You can’t perform that action at this time.
0 commit comments