diff options
author | Gaurav Khanna (CLR) <gaurav.khanna@microsoft.com> | 2016-02-04 16:22:06 -0800 |
---|---|---|
committer | Gaurav Khanna <gkhanna@microsoft.com> | 2016-02-07 17:04:36 -0800 |
commit | f025f9c678b7194d3b125d0cfa4f8c8e9d27beab (patch) | |
tree | c50d048043df804495a891ec8079a82a4319371f /src/.nuget/init | |
parent | 405eb72a0f442a96ec814fd2a9995925b3b0b1ee (diff) | |
download | coreclr-f025f9c678b7194d3b125d0cfa4f8c8e9d27beab.tar.gz coreclr-f025f9c678b7194d3b125d0cfa4f8c8e9d27beab.tar.bz2 coreclr-f025f9c678b7194d3b125d0cfa4f8c8e9d27beab.zip |
Change to support Microsoft.NetCore.Runtime.CoreCLR nuget package generation.
Diffstat (limited to 'src/.nuget/init')
-rw-r--r-- | src/.nuget/init/project.json | 10 | ||||
-rw-r--r-- | src/.nuget/init/readme.txt | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/.nuget/init/project.json b/src/.nuget/init/project.json new file mode 100644 index 0000000000..4a4bc0d7e2 --- /dev/null +++ b/src/.nuget/init/project.json @@ -0,0 +1,10 @@ +{ + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1-rc2-23712", + }, + "frameworks": { + "dnxcore50": { + "imports": "portable-net45+win8" + } + }, +}
\ No newline at end of file diff --git a/src/.nuget/init/readme.txt b/src/.nuget/init/readme.txt new file mode 100644 index 0000000000..6792dd555f --- /dev/null +++ b/src/.nuget/init/readme.txt @@ -0,0 +1 @@ +Please keep the package details listed in project.json in sync with <repo_root>/dir.props.
\ No newline at end of file |