Skip to content

Commit 94662e1

Browse files
[release/8.0] [browser] fix MSBuild typo (#91127)
* fix typo * typo --------- Co-authored-by: pavelsavara <[email protected]>
1 parent 7879486 commit 94662e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Copyright (c) .NET Foundation. All rights reserved.
224224
<_WasmRuntimePackVersion>%(ResolvedRuntimePack.NuGetPackageVersion)</_WasmRuntimePackVersion>
225225
</PropertyGroup>
226226

227-
<Error Code="WASM0005" Message="Unnable to resolve WebAssembly runtime pack version" Condition="'$(_WasmRuntimePackVersion)' == ''" />
227+
<Error Code="WASM0005" Text="Unable to resolve WebAssembly runtime pack version" Condition="'$(_WasmRuntimePackVersion)' == ''" />
228228
</Target>
229229

230230
<Target Name="_ResolveWasmOutputs" DependsOnTargets="ResolveReferences;PrepareResourceNames;ComputeIntermediateSatelliteAssemblies;_ResolveWasmConfiguration;_WasmNativeForBuild;_GetWasmRuntimePackVersion">

0 commit comments

Comments
 (0)