Skip to content

Commit

Permalink
[wasm] Restrict tests to browser/wasi only. (#84616)
Browse files Browse the repository at this point in the history
* Restrict tests to wasm/wasi only.

* Plural, not singular.
  • Loading branch information
ilonatommy authored Apr 11, 2023
1 parent 17ed091 commit aa27a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit aa27a07

Please sign in to comment.