File tree 4 files changed +5
-7
lines changed
System.Threading.Tasks.Parallel/src
System.Threading.Thread/ref
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >$(NetCoreAppCurrent)</TargetFramework >
4
+ <TargetFramework Condition =" '$(MonoWasmBuildVariant)' != 'multithread'" >$(NetCoreAppCurrent)</TargetFramework >
5
+ <TargetFrameworks Condition =" '$(MonoWasmBuildVariant)' == 'multithread'" >$(NetCoreAppCurrent);$(NetCoreAppCurrent)-browser</TargetFrameworks >
5
6
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
7
<UseCompilerGeneratedDocXmlFile >false</UseCompilerGeneratedDocXmlFile >
7
8
</PropertyGroup >
8
9
<PropertyGroup >
9
10
<TargetPlatformIdentifier >$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)'))</TargetPlatformIdentifier >
10
- <FeatureWasmThreads Condition =" '$(TargetOS )' == 'browser' and '$(MonoWasmBuildVariant)' == 'multithread'" >true</FeatureWasmThreads >
11
+ <FeatureWasmThreads Condition =" '$(TargetPlatformIdentifier )' == 'browser' and '$(MonoWasmBuildVariant)' == 'multithread'" >true</FeatureWasmThreads >
11
12
<DefineConstants Condition =" '$(FeatureWasmThreads)' == 'true'" >$(DefineConstants);FEATURE_WASM_THREADS</DefineConstants >
12
13
</PropertyGroup >
13
14
<!-- Compiled Source Files -->
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >$(NetCoreAppCurrent);$(NetCoreAppCurrent)-browser</TargetFrameworks >
4
+ <TargetFramework Condition =" '$(MonoWasmBuildVariant)' != 'multithread'" >$(NetCoreAppCurrent)</TargetFramework >
5
+ <TargetFrameworks Condition =" '$(MonoWasmBuildVariant)' == 'multithread'" >$(NetCoreAppCurrent);$(NetCoreAppCurrent)-browser</TargetFrameworks >
5
6
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
7
<UseCompilerGeneratedDocXmlFile >false</UseCompilerGeneratedDocXmlFile >
7
8
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >$(NetCoreAppCurrent)</TargetFramework >
4
- <FeatureWasmThreads Condition =" '$(TargetPlatformIdentifier)' == 'browser' and '$(MonoWasmBuildVariant)' == 'multithread'" >true</FeatureWasmThreads >
5
- <DefineConstants Condition =" '$(FeatureWasmThreads)' == 'true'" >$(DefineConstants);FEATURE_WASM_THREADS</DefineConstants >
6
4
</PropertyGroup >
7
5
8
6
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >$(NetCoreAppCurrent)</TargetFramework >
4
- <FeatureWasmThreads Condition =" '$(TargetPlatformIdentifier)' == 'browser' and '$(MonoWasmBuildVariant)' == 'multithread'" >true</FeatureWasmThreads >
5
- <DefineConstants Condition =" '$(FeatureWasmThreads)' == 'true'" >$(DefineConstants);FEATURE_WASM_THREADS</DefineConstants >
6
4
</PropertyGroup >
7
5
<ItemGroup >
8
6
<Compile Include =" System.Threading.cs" />
You can’t perform that action at this time.
0 commit comments