diff options
author | Christopher Costa <chcosta@microsoft.com> | 2017-01-31 17:43:46 -0800 |
---|---|---|
committer | Christopher Costa <chcosta@microsoft.com> | 2017-01-31 17:43:46 -0800 |
commit | 94979104494e1f6c19f94c91140e25afc6c1a006 (patch) | |
tree | 198cccc37eecaff95ba9b33b94ab63fd6ac426af /src/.nuget/init | |
parent | 13593513cbabfc4cbbb50e62bedbe0ce6f93488a (diff) | |
download | coreclr-94979104494e1f6c19f94c91140e25afc6c1a006.tar.gz coreclr-94979104494e1f6c19f94c91140e25afc6c1a006.tar.bz2 coreclr-94979104494e1f6c19f94c91140e25afc6c1a006.zip |
Refactor coreclr packaging
Diffstat (limited to 'src/.nuget/init')
-rw-r--r-- | src/.nuget/init/project.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.nuget/init/project.json b/src/.nuget/init/project.json index 5440fde0de..5908fcc3f9 100644 --- a/src/.nuget/init/project.json +++ b/src/.nuget/init/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24224-02", + "Microsoft.NETCore.Platforms": "1.0.2-beta-24224-02" }, "frameworks": { "dnxcore50": { |