Commit 95f399c3 authored by Marc Gravell's avatar Marc Gravell

update DNX to beta-8 / build 23409

parent 0475827c
{
"sdk": {
"version": "1.0.0-beta8"
}
}
...@@ -47,12 +47,12 @@ ...@@ -47,12 +47,12 @@
"shouldDefine": [ "ASYNC" ] "shouldDefine": [ "ASYNC" ]
}, },
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-23225", "Microsoft.CSharp": "4.0.1-beta-23409",
"System.Collections": "4.0.11-beta-23225", "System.Collections": "4.0.11-beta-23409",
"System.Console": "4.0.0-beta-23225", "System.Console": "4.0.0-beta-23409",
"System.Linq": "4.0.1-beta-23225", "System.Linq": "4.0.1-beta-23409",
"System.Threading": "4.0.11-beta-23225", "System.Threading": "4.0.11-beta-23409",
"System.Data.SqlClient": "4.0.0-beta-23225" "System.Data.SqlClient": "4.0.0-beta-23409"
} }
} }
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -7,6 +7,11 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Dapper", "Dapper\Dapper.xpr ...@@ -7,6 +7,11 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Dapper", "Dapper\Dapper.xpr
EndProject EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Dapper.DNX.Tests", "Dapper.DNX.Tests\Dapper.DNX.Tests.xproj", "{2AD7E470-9AC1-4F0A-A8C6-F19EEA00593F}" Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Dapper.DNX.Tests", "Dapper.DNX.Tests\Dapper.DNX.Tests.xproj", "{2AD7E470-9AC1-4F0A-A8C6-F19EEA00593F}"
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A34907DF-958A-4E4C-8491-84CF303FD13E}"
ProjectSection(SolutionItems) = preProject
Dapper.DNX.Tests\global.json = Dapper.DNX.Tests\global.json
EndProjectSection
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
......
{ {
"sdk": { "sdk": {
"version": "1.0.0-beta7" "version": "1.0.0-beta8"
} }
} }
...@@ -40,16 +40,17 @@ ...@@ -40,16 +40,17 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-23225", "Microsoft.CSharp": "4.0.1-beta-23409",
"System.Collections": "4.0.11-beta-23225", "System.Collections": "4.0.11-beta-23409",
"System.Console": "4.0.0-beta-23225", "System.Collections.Concurrent": "4.0.11-beta-23409",
"System.Linq": "4.0.1-beta-23225", "System.Console": "4.0.0-beta-23409",
"System.Threading": "4.0.11-beta-23225", "System.Linq": "4.0.1-beta-23409",
"System.Data.SqlClient": "4.0.0-beta-23225", "System.Threading": "4.0.11-beta-23409",
"System.Reflection.Emit.ILGeneration": "4.0.1-beta-23225", "System.Data.SqlClient": "4.0.0-beta-23409",
"System.Reflection.Emit.Lightweight": "4.0.1-beta-23225", "System.Reflection.Emit.ILGeneration": "4.0.1-beta-23409",
"System.Reflection.TypeExtensions": "4.0.1-beta-23225", "System.Reflection.Emit.Lightweight": "4.0.1-beta-23409",
"System.Text.RegularExpressions": "4.0.11-beta-23225" "System.Reflection.TypeExtensions": "4.0.1-beta-23409",
"System.Text.RegularExpressions": "4.0.11-beta-23409"
} }
} }
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment