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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index dcd30e17f..37d5295b3 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -29,4 +29,9 @@
"Description":"Provides a library, containing a cross platform, open-source tool that is capable of verifying MSIL code based on ECMA-335",
"CommonTypes": [],
},
+ {
+ "Name": "Microsoft.DotNet.ObjectWriter",
+ "Description":"Provides object writer to the managed to native code-generator",
+ "CommonTypes": [],
+ },
]