File tree 1 file changed +1
-1
lines changed
src/Framework/App.Runtime/src
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
112
112
<RuntimePackageRootVariableName >PkgMicrosoft_NETCore_App_Runtime_$(RuntimeIdentifier)</RuntimePackageRootVariableName >
113
113
114
114
<BuildOsName >$(TargetOsName)</BuildOsName >
115
- <BuildOsName Condition =" '$(TargetOsName)' == 'linux-musl' and '$(BuidlArchitecture )'!='x64'" >linux</BuildOsName >
115
+ <BuildOsName Condition =" '$(TargetOsName)' == 'linux-musl' and '$(BuildArchitecture )'!='x64'" >linux</BuildOsName >
116
116
<Crossgen2PackageRootVariableName >PkgMicrosoft_NETCore_App_Crossgen2_$(BuildOsName)-$(BuildArchitecture)</Crossgen2PackageRootVariableName >
117
117
118
118
<AssetTargetFallback >$(AssetTargetFallback);native,Version=0.0</AssetTargetFallback >
You can’t perform that action at this time.
0 commit comments