[release/8.0] [browser] fix MSBuild typo (#91127)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fri, 25 Aug 2023 22:26:42 +0000 (15:26 -0700)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 22:26:42 +0000 (15:26 -0700)
* fix typo

* typo

---------

Co-authored-by: pavelsavara <pavel.savara@gmail.com>
src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

index 64539a4..f889800 100644 (file)
@@ -224,7 +224,7 @@ Copyright (c) .NET Foundation. All rights reserved.
       <_WasmRuntimePackVersion>%(ResolvedRuntimePack.NuGetPackageVersion)</_WasmRuntimePackVersion>
     </PropertyGroup>
 
-    <Error Code="WASM0005" Message="Unnable to resolve WebAssembly runtime pack version" Condition="'$(_WasmRuntimePackVersion)' == ''" />
+    <Error Code="WASM0005" Text="Unable to resolve WebAssembly runtime pack version" Condition="'$(_WasmRuntimePackVersion)' == ''" />
   </Target>
 
   <Target Name="_ResolveWasmOutputs" DependsOnTargets="ResolveReferences;PrepareResourceNames;ComputeIntermediateSatelliteAssemblies;_ResolveWasmConfiguration;_WasmNativeForBuild;_GetWasmRuntimePackVersion">