Skip to content

Commit aa27a07

Browse files
authored
[wasm] Restrict tests to browser/wasi only. (#84616)
* Restrict tests to wasm/wasi only. * Plural, not singular.
1 parent 17ed091 commit aa27a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
3+
<TargetFrameworks>$(NetCoreAppCurrent)-browser;$(NetCoreAppCurrent)-wasi</TargetFrameworks>
44
<TestRuntime>true</TestRuntime>
55
<HybridGlobalization>true</HybridGlobalization>
66
</PropertyGroup>

0 commit comments

Comments
 (0)