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:
authorschellap <schellap@microsoft.com>2015-11-23 11:07:19 +0300
committerschellap <schellap@microsoft.com>2015-11-24 01:18:58 +0300
commitfeb6d5e3e6998ce41c91105a99aaad9c63fbaa0e (patch)
tree3c0401d09a6ed52279c08a892a27795678b85783 /dir.props
parentfeac475be9a3ddb87cdf2f13424cc472d0863ea3 (diff)
Binplace JIT/ObjWriter next to ILC in Development Package
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index 271b82e63..86a1f5310 100644
--- a/dir.props
+++ b/dir.props
@@ -11,7 +11,7 @@
<!-- Build Tools Versions -->
<PropertyGroup>
<BuildToolsVersion>1.0.25-prerelease-00104</BuildToolsVersion>
- <DnxVersion>1.0.0-beta7</DnxVersion>
+ <DnxVersion>1.0.0-beta8</DnxVersion>
<DnxPackageName Condition="'$(DnxPackageName)' == '' and '$(OsEnvironment)'!='Unix'">dnx-coreclr-win-x86.$(DnxVersion)</DnxPackageName>
<DnxPackageName Condition="'$(DnxPackageName)' == '' and '$(OsEnvironment)'=='Unix'">dnx-mono.$(DnxVersion)</DnxPackageName>
<RoslynVersion>1.0.0-rc3-20150510-01</RoslynVersion>
@@ -158,6 +158,7 @@
<DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-coreclr/" />
<DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-corefxtestdata/" />
<DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-buildtools/" />
+ <DnuSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet/" />
<DnuSourceList Include="https:%2F%2Fwww.nuget.org/api/v2/" />
</ItemGroup>