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>2017-11-09 03:20:39 +0300
committerGitHub <noreply@github.com>2017-11-09 03:20:39 +0300
commit162cead08753e6440d7e90ec4fb453a1a651785a (patch)
treedbb0478e51bd5b376386e6d0a38df7037fe51526 /src/Native/ObjWriter/.nuget/runtime.json
parent2bc2edc1e2b1b0e835366668b53ccfc48ece0949 (diff)
parent0566d28cd25fb5a8b708b94dd9ba7960a75e3b07 (diff)
Merge pull request #4894 from dotnet/master
Merge master to nmirror
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"
+ }
+ }
+ }
+}