File tree 1 file changed +6
-2
lines changed
src/Framework/App.Runtime/src 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,16 @@ This package is an internal implementation of the .NET Core SDK and is not meant
110
110
111
111
<!-- E.g. "PkgMicrosoft_NETCore_App_Runtime_win-x64" (set in obj/Microsoft.AspNetCore.App.Runtime.csproj.nuget.g.props). -->
112
112
<RuntimePackageRootVariableName >PkgMicrosoft_NETCore_App_Runtime_$(RuntimeIdentifier)</RuntimePackageRootVariableName >
113
- <Crossgen2PackageRootVariableName >PkgMicrosoft_NETCore_App_Crossgen2_$(TargetOsName)-$(BuildArchitecture)</Crossgen2PackageRootVariableName >
113
+
114
+ <BuildOsName >$(TargetOsName)</BuildOsName >
115
+ <BuildOsName Condition =" '$(TargetOsName)' == 'linux-musl'" >linux</BuildOsName >
116
+ <Crossgen2PackageRootVariableName >PkgMicrosoft_NETCore_App_Crossgen2_$(BuildOsName)-$(BuildArchitecture)</Crossgen2PackageRootVariableName >
114
117
115
118
<AssetTargetFallback >$(AssetTargetFallback);native,Version=0.0</AssetTargetFallback >
116
119
117
120
<NativePlatform >$(TargetArchitecture)</NativePlatform >
118
121
<NativePlatform Condition =" '$(NativePlatform)' == 'x86' " >Win32</NativePlatform >
122
+
119
123
</PropertyGroup >
120
124
121
125
<ItemGroup >
@@ -129,7 +133,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
129
133
PrivateAssets =" All"
130
134
GeneratePathProperty =" true" />
131
135
132
- <Reference Include =" Microsoft.NETCore.App.Crossgen2.$(TargetOsName )-$(BuildArchitecture)"
136
+ <Reference Include =" Microsoft.NETCore.App.Crossgen2.$(BuildOsName )-$(BuildArchitecture)"
133
137
ExcludeAssets =" All"
134
138
PrivateAssets =" All"
135
139
GeneratePathProperty =" true" />
You can’t perform that action at this time.
0 commit comments