This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
11
<!-- Build Tools Versions -->
12
12
<PropertyGroup >
13
13
<BuildToolsVersion >1.0.25-prerelease-00053</BuildToolsVersion >
14
- <DnxVersion Condition =" '$(OsEnvironment)'!='Unix'" >1.0.0-beta5-11682</DnxVersion >
15
- <DnxVersion Condition =" '$(OsEnvironment)'=='Unix'" >1.0.0-beta5-11760</DnxVersion >
14
+ <DnxVersion >1.0.0-beta5-12101</DnxVersion >
16
15
<DnxPackageName Condition =" '$(DnxPackageName)' == '' and '$(OsEnvironment)'!='Unix'" >dnx-coreclr-win-x86.$(DnxVersion)</DnxPackageName >
17
16
<DnxPackageName Condition =" '$(DnxPackageName)' == '' and '$(OsEnvironment)'=='Unix'" >dnx-mono.$(DnxVersion)</DnxPackageName >
18
17
<RoslynVersion >1.0.0-rc3-20150510-01</RoslynVersion >
Original file line number Diff line number Diff line change 2
2
<packages >
3
3
<package id =" Microsoft.DotNet.BuildTools" version =" 1.0.25-prerelease-00053" />
4
4
<package id =" Microsoft.DotNet.BuildTools.ApiTools" version =" 1.0.0-prerelease" />
5
- <package id =" dnx-mono" version =" 1.0.0-beta5-11760 " />
5
+ <package id =" dnx-mono" version =" 1.0.0-beta5-12101 " />
6
6
<package id =" Microsoft.Net.ToolsetCompilers" version =" 1.0.0-rc3-20150510-01" />
7
7
<package id =" Microsoft.Build.Mono.Debug" version =" 14.1.0.0-prerelease" />
8
8
</packages >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<package id =" Microsoft.DotNet.BuildTools" version =" 1.0.25-prerelease-00053" />
4
- <package id =" dnx-coreclr-win-x86" version =" 1.0.0-beta5-11682 " />
4
+ <package id =" dnx-coreclr-win-x86" version =" 1.0.0-beta5-12101 " />
5
5
<package id =" Microsoft.DotNet.BuildTools.ApiTools" version =" 1.0.0-prerelease" />
6
6
</packages >
You can’t perform that action at this time.
0 commit comments