Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
6a894429
Commit
6a894429
authored
Nov 02, 2015
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Yet more DNX cleaup (and inclide Dapper version info in output)
parent
8834e67e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
Dapper.DNX.sln
Dapper.DNX.sln
+0
-6
Program.cs
Tests/Program.cs
+1
-0
No files found.
Dapper.DNX.sln
View file @
6a894429
...
@@ -13,13 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{03340C6E
...
@@ -13,13 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{03340C6E
DapperTests NET45\Tests.cs = DapperTests NET45\Tests.cs
DapperTests NET45\Tests.cs = DapperTests NET45\Tests.cs
EndProjectSection
EndProjectSection
EndProject
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{ECD7C7BC-176D-49E7-8DB2-FCF248702F87}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{48B0D0A6-D527-457F-AFDB-9D7DBF277E04}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{48B0D0A6-D527-457F-AFDB-9D7DBF277E04}"
ProjectSection(SolutionItems) = preProject
Dapper.DNX.Tests\global.json = Dapper.DNX.Tests\global.json
Dapper\global.json = Dapper\global.json
EndProjectSection
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
...
...
Tests/Program.cs
View file @
6a894429
...
@@ -74,6 +74,7 @@ static void Main()
...
@@ -74,6 +74,7 @@ static void Main()
#else
#else
Console
.
WriteLine
(
".NET: "
+
Environment
.
Version
);
Console
.
WriteLine
(
".NET: "
+
Environment
.
Version
);
#endif
#endif
Console
.
WriteLine
(
"Dapper: "
+
typeof
(
global
::
Dapper
.
SqlMapper
).
AssemblyQualifiedName
);
#if DEBUG
#if DEBUG
int
fail
=
0
,
skip
=
0
,
pass
=
0
,
frameworkFail
=
0
;
int
fail
=
0
,
skip
=
0
,
pass
=
0
,
frameworkFail
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment