Skip to content

Commit 5db562c

Browse files
committed
CSHARP-1563: Converting projects to .NET Core 1.0 RTM.
1 parent 95d60a2 commit 5db562c

File tree

11 files changed

+95
-16456
lines changed

11 files changed

+95
-16456
lines changed

CSharpDriver.NetCore.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25123.0
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CB619CDE-385F-4D7D-8601-A6482943975C}"
77
EndProject

src/MongoDB.Bson.NetCore/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"version": "1.0.0-*",
33
"dependencies": {
4-
"NETStandard.Library": "1.5.0-rc2-24027",
5-
"System.Collections.NonGeneric": "4.0.1-rc2-24027",
6-
"System.Dynamic.Runtime": "4.0.11-rc2-24027",
7-
"System.Linq.Expressions": "4.0.11-rc2-24027",
8-
"System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027",
9-
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027"
4+
"NETStandard.Library": "1.6.0",
5+
"System.Collections.NonGeneric": "4.0.1",
6+
"System.Dynamic.Runtime": "4.0.11",
7+
"System.Linq.Expressions": "4.1.0",
8+
"System.Reflection.Emit.Lightweight": "4.0.1",
9+
"System.Security.Cryptography.Algorithms": "4.2.0"
1010
},
1111
"frameworks": {
12-
"netstandard1.5": {
12+
"netstandard1.6": {
1313
"imports": "dnxcore50",
1414
"buildOptions": {
1515
"compile": {

0 commit comments

Comments
 (0)