Skip to content

Commit 0fe88e7

Browse files
davidwrightondougbu
authored andcommitted
Fix typo
1 parent 3912583 commit 0fe88e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
112112
<RuntimePackageRootVariableName>PkgMicrosoft_NETCore_App_Runtime_$(RuntimeIdentifier)</RuntimePackageRootVariableName>
113113

114114
<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>
116116
<Crossgen2PackageRootVariableName>PkgMicrosoft_NETCore_App_Crossgen2_$(BuildOsName)-$(BuildArchitecture)</Crossgen2PackageRootVariableName>
117117

118118
<AssetTargetFallback>$(AssetTargetFallback);native,Version=0.0</AssetTargetFallback>

0 commit comments

Comments
 (0)