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 'src/Native/ObjWriter/.nuget/runtime.json')
-rw-r--r--src/Native/ObjWriter/.nuget/runtime.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/Native/ObjWriter/.nuget/runtime.json b/src/Native/ObjWriter/.nuget/runtime.json
new file mode 100644
index 000000000..c9c5b8e6b
--- /dev/null
+++ b/src/Native/ObjWriter/.nuget/runtime.json
@@ -0,0 +1,19 @@
+{
+ "runtimes": {
+ "win7-x64": {
+ "Microsoft.DotNet.ObjectWriter": {
+ "toolchain.win7-x64.Microsoft.DotNet.ObjectWriter": "1.0.19-prerelease-00001"
+ }
+ },
+ "ubuntu.14.04-x64": {
+ "Microsoft.DotNet.ObjectWriter": {
+ "toolchain.ubuntu.14.04-x64.Microsoft.DotNet.ObjectWriter": "1.0.19-prerelease-00001"
+ }
+ },
+ "osx.10.10-x64": {
+ "Microsoft.DotNet.ObjectWriter": {
+ "toolchain.osx.10.10-x64.Microsoft.DotNet.ObjectWriter": "1.0.19-prerelease-00001"
+ }
+ }
+ }
+}