[wasm] Restrict tests to browser/wasi only. (#84616)
authorIlona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Tue, 11 Apr 2023 10:14:51 +0000 (12:14 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 10:14:51 +0000 (12:14 +0200)
* Restrict tests to wasm/wasi only.

* Plural, not singular.

src/libraries/System.Globalization/tests/Hybrid/Hybrid.WASM.Tests.csproj

index bc7f90d..70a7f0f 100644 (file)
@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
+    <TargetFrameworks>$(NetCoreAppCurrent)-browser;$(NetCoreAppCurrent)-wasi</TargetFrameworks>
     <TestRuntime>true</TestRuntime>
     <HybridGlobalization>true</HybridGlobalization>
   </PropertyGroup>