Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Ewing <lewing@microsoft.com>2021-05-01 03:28:54 +0300
committerGitHub <noreply@github.com>2021-05-01 03:28:54 +0300
commit15617705060ff75a1a00d1985450dc006d4c5050 (patch)
tree71a04cdf9eebe842a86c9452acd46466bfa32c1a /src/tasks/Common/IsExternalInit.cs
parent94221f30cce9783f39d30eebbd9994f9711472e7 (diff)
[wasm] Port additional fixes in #52078 main (#52125)
* Port additional fixes in #52078 main * Update src/tasks/AotCompilerTask/MonoAOTCompiler.csproj Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com> * Update src/tasks/WasmAppBuilder/WasmAppBuilder.csproj Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com> * Update src/tasks/WasmAppBuilder/WasmAppBuilder.csproj Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com> * Apply suggestions from code review Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com> * Use a property for net472 * Use consistent separator character Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com> Co-authored-by: Ankit Jain <radical@gmail.com> Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com> Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
Diffstat (limited to 'src/tasks/Common/IsExternalInit.cs')
-rw-r--r--src/tasks/Common/IsExternalInit.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tasks/Common/IsExternalInit.cs b/src/tasks/Common/IsExternalInit.cs
new file mode 100644
index 00000000000..d7be6913103
--- /dev/null
+++ b/src/tasks/Common/IsExternalInit.cs
@@ -0,0 +1,7 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+namespace System.Runtime.CompilerServices
+{
+ internal sealed class IsExternalInit { }
+}