projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f1877
)
Add wasm for browser RID (#34940)
author
Marek Safar
<marek.safar@gmail.com>
Fri, 17 Apr 2020 19:33:49 +0000
(21:33 +0200)
committer
GitHub
<noreply@github.com>
Fri, 17 Apr 2020 19:33:49 +0000
(21:33 +0200)
src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
patch
|
blob
|
history
src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.json
patch
|
blob
|
history
src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
patch
|
blob
|
history
diff --git
a/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
b/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
index d40d1e1ac5a1ad8e2493d61bc4d4057f853ba590..ecadced6e121de04104b341a73c2def4a7db664d 100644
(file)
--- a/
src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
+++ b/
src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
@@
-1106,6
+1106,17
@@
"base": [
"base"
],
+ "browser": [
+ "browser",
+ "any",
+ "base"
+ ],
+ "browser-wasm": [
+ "browser-wasm",
+ "browser",
+ "any",
+ "base"
+ ],
"centos": [
"centos",
"rhel",
diff --git
a/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.json
b/src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.json
index 0b368beb36e6f14b1a82fc4e30f24033c87eb033..02151ad0b20c66acd8c90fb60eba78c5568f48cc 100644
(file)
--- a/
src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/
src/libraries/pkg/Microsoft.NETCore.Platforms/runtime.json
@@
-391,6
+391,16
@@
"base": {
"#import": []
},
+ "browser": {
+ "#import": [
+ "any"
+ ]
+ },
+ "browser-wasm": {
+ "#import": [
+ "browser"
+ ]
+ },
"centos": {
"#import": [
"rhel"
diff --git
a/src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
b/src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
index 4d7d03bf1d3ed22035379a6cc9c79ea672869eb0..fd339ac8c0df79500936af6e1f3589acb8acec5b 100644
(file)
--- a/
src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
+++ b/
src/libraries/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
@@
-30,6
+30,11
@@
<Architectures>x64</Architectures>
</RuntimeGroup>
+ <RuntimeGroup Include="browser">
+ <Parent>any</Parent>
+ <Architectures>wasm</Architectures>
+ </RuntimeGroup>
+
<RuntimeGroup Include="centos">
<Parent>rhel</Parent>
<Architectures>x64</Architectures>