Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Commit e5b462e

Browse files
.NET Core RC0, readme - testing
1 parent 248d490 commit e5b462e

File tree

6 files changed

+4769
-11113
lines changed

6 files changed

+4769
-11113
lines changed

Testing/UnitTestingSamples/UnitTestingSamples.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.24720.0
4+
VisualStudioVersion = 14.0.25029.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestingSamples", "UnitTestingSamples\UnitTestingSamples.csproj", "{A128DD16-4A2C-487D-B31B-D5C2ECB02980}"
77
EndProject
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
{
22
"version": "1.0.0-*",
33
"description": "UnitTestingSamplesCore Class Library",
4-
"authors": [ "chris" ],
4+
"authors": [ "Christian" ],
55
"tags": [ "" ],
66
"projectUrl": "",
77
"licenseUrl": "",
88

99
"dependencies": {
10-
"NETStandard.Library": "1.0.0-*",
11-
"System.Xml.XDocument": "4.0.11-*"
1210
},
1311

1412
"frameworks": {
15-
"net46": {
16-
"dependencies": {
17-
},
13+
"dnx46": {
1814
"frameworkAssemblies": {
1915
"System.Xml": "4.0.0.0",
2016
"System.Xml.Linq": "4.0.0.0"
2117
}
2218
},
23-
"dotnet5.4": {
19+
"dnxcore50": {
20+
"dependencies": {
21+
"Microsoft.CSharp": "4.0.1-beta-23516",
22+
"System.Collections": "4.0.11-beta-23516",
23+
"System.Linq": "4.0.1-beta-23516",
24+
"System.Runtime": "4.0.21-beta-23516",
25+
"System.Threading": "4.0.11-beta-23516",
26+
"System.Xml.XDocument": "4.0.11-beta-23516"
27+
}
2428
}
2529
}
2630
}

0 commit comments

Comments
 (0)