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:
authorJan Kotas <jkotas@microsoft.com>2018-04-10 02:51:17 +0300
committerGitHub <noreply@github.com>2018-04-10 02:51:17 +0300
commite874d6c58adce75165e5c1bfe877ed1608778104 (patch)
treeaea911d0975d246b16308e9cd234dd85861cae6f /pkg/descriptions.json
parent88c56dbf1da0b6d5a9d0c5ab70de812ce92c4ab6 (diff)
New ObjectWriter NuGet packaging scripts (#5667)
* Delete old ObjectWriter NuGet packaging scripts * New ObjectWriter NuGet packaging scripts
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": [],
+ },
]