Skip to content

Commit

Permalink
Updates for Release 1 Tools Preview 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray Delacluyse committed Jun 28, 2016
1 parent bc01c90 commit 9ffb1a0
Show file tree
Hide file tree
Showing 10 changed files with 5,641 additions and 4,579 deletions.
1,031 changes: 1,031 additions & 0 deletions .vs/config/applicationhost.config

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .vs/restore.dg
@@ -1,2 +1,2 @@
#:C:\code\OrientDB-NET.binary\src\Orient.Console\Orient.Console.xproj
C:\code\OrientDB-NET.binary\src\Orient.Console\Orient.Console.xproj|C:\code\OrientDB-NET.binary\src\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.xproj
#:C:\Git\OrientDB-NET.binary\src\Orient.Nunit.Test\Orient.Nunit.Test.xproj
C:\Git\OrientDB-NET.binary\src\Orient.Nunit.Test\Orient.Nunit.Test.xproj|C:\Git\OrientDB-NET.binary\src\OrientDB-Net.binary.Innov8tive\OrientDB-Net.binary.Innov8tive.xproj
2 changes: 1 addition & 1 deletion global.json
@@ -1,6 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-preview1-002702"
"version": "1.0.0-preview2-003121"
}
}
16 changes: 8 additions & 8 deletions src/Orient.Console/project.json
Expand Up @@ -6,8 +6,8 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Extensions.Configuration": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
"Microsoft.Extensions.Configuration": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"OrientDB-Net.binary.Innov8tive": "0.1.*"
},

Expand All @@ -22,13 +22,13 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002702"
"version": "1.0.0"
},
"Microsoft.CSharp": "4.0.1-rc2-24027",
"System.Collections": "4.0.11-rc2-24027",
"System.Console": "4.0.0-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Threading": "4.0.11-rc2-24027"
"Microsoft.CSharp": "4.0.1",
"System.Collections": "4.0.11",
"System.Console": "4.0.0",
"System.Linq": "4.1.0",
"System.Threading": "4.0.11"

}
}
Expand Down
3,739 changes: 2,014 additions & 1,725 deletions src/Orient.Console/project.lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/Orient.Nunit.Test/TestConnection.cs
Expand Up @@ -9,10 +9,10 @@ public static class TestConnection
private static string _hostname = "localhost";
private static int _port = 2424;
private static string _username = "root";
private static string _password = "root";
private static string _password = "123";

private static string _rootUserName = "root";
private static string _rootUserParssword = "root";
private static string _rootUserParssword = "123";
private static OServer _server;

public static int GlobalTestDatabasePoolSize { get { return 3; } }
Expand Down
16 changes: 8 additions & 8 deletions src/Orient.Nunit.Test/project.json
Expand Up @@ -9,10 +9,10 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-3002702"
"version": "1.0.0"
},
"NUnitLite": "3.2.1",
"OrientDB-Net.binary.Innov8tive": "0.1.1-*"
"NUnitLite": "3.4.0",
"OrientDB-Net.binary.Innov8tive": "0.1.6-*"
},
"commands": {
"test": "Orient.Nunit.Test"
Expand All @@ -22,11 +22,11 @@
"netcoreapp1.0": {
"imports": "dnxcore50",
"dependencies": {
"Microsoft.CSharp": "4.0.1-rc2-24027",
"System.Collections": "4.0.11-rc2-24027",
"System.Console": "4.0.0-rc2-24027",
"System.Linq": "4.1.0-rc2-24027",
"System.Threading": "4.0.11-rc2-24027"
"Microsoft.CSharp": "4.0.1",
"System.Collections": "4.0.11",
"System.Console": "4.0.0",
"System.Linq": "4.1.0",
"System.Threading": "4.0.11",
}
}
}
Expand Down

0 comments on commit 9ffb1a0

Please sign in to comment.