summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorSenthil <schellap@microsoft.com>2016-06-06 17:45:12 -0700
committerSenthil <schellap@microsoft.com>2016-06-07 15:33:52 -0700
commit96d3c3d5902645c57ac2698e3d497b76f0e1d1f2 (patch)
tree5f8b1e31bba9f1e869b184fb8e500d2ef1870792 /dir.props
parent3a4711b18816c4acd526d63cc1690a5f87dd58a9 (diff)
downloadcoreclr-96d3c3d5902645c57ac2698e3d497b76f0e1d1f2.tar.gz
coreclr-96d3c3d5902645c57ac2698e3d497b76f0e1d1f2.tar.bz2
coreclr-96d3c3d5902645c57ac2698e3d497b76f0e1d1f2.zip
Fix project and release notes URL to 1.1.0
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props5
1 files changed, 5 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index ac110e5921..f685e737ae 100644
--- a/dir.props
+++ b/dir.props
@@ -146,6 +146,11 @@
<!-- This should be kept in sync with package details in src/.nuget/init/project.json -->
<RuntimeIdGraphDefinitionFile>$(PackagesDir)/Microsoft.NETCore.Platforms/1.0.1-rc2-23712/runtime.json</RuntimeIdGraphDefinitionFile>
+ <!-- This link should be updated for each release milestone, currently this points to 1.1.0-beta -->
+ <ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes>
+
+ <ProjectUrl>https://dot.net</ProjectUrl>
+
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires
pulling in different packaging dependencies.
-->