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
f7ffac3f
Commit
f7ffac3f
authored
Nov 06, 2015
by
Marc Gravell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #384 from henkmollema/dnx
DNX improvements
parents
cc84dde3
d0a1f47d
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
37 additions
and
36 deletions
+37
-36
global.json
Dapper.DNX.Tests/global.json
+0
-5
project.json
Dapper.DNX.Tests/project.json
+5
-5
Dapper.DNX.sln
Dapper.DNX.sln
+5
-1
global.json
Dapper.StrongName/global.json
+0
-5
project.json
Dapper.StrongName/project.json
+10
-10
project.json
Dapper/project.json
+10
-10
NuGet.Config
NuGet.Config
+7
-0
global.json
global.json
+0
-0
No files found.
Dapper.DNX.Tests/global.json
deleted
100644 → 0
View file @
cc84dde3
{
"sdk"
:
{
"version"
:
"1.0.0-beta8"
}
}
Dapper.DNX.Tests/project.json
View file @
f7ffac3f
...
...
@@ -50,12 +50,12 @@
"shouldDefine"
:
[
"ASYNC"
]
},
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-beta-"
,
"System.Collections"
:
"4.0.11-beta-"
,
"Microsoft.CSharp"
:
"4.0.1-beta-
*
"
,
"System.Collections"
:
"4.0.11-beta-
*
"
,
"System.Console"
:
"4.0.0-beta-23409"
,
"System.
Linq"
:
"4.0.1-beta-
"
,
"System.
Threading"
:
"4.0.11-beta-
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-
"
"System.
Data.SqlClient"
:
"4.0.0-beta-*
"
,
"System.
Linq"
:
"4.0.1-beta-*
"
,
"System.
Threading"
:
"4.0.11-beta-*
"
}
}
}
...
...
Dapper.DNX.sln
View file @
f7ffac3f
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.2
4606.1
VisualStudioVersion = 14.0.2
3107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Dapper", "Dapper\Dapper.xproj", "{088D8CC4-E71E-44B6-9B87-4060B043983D}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Dapper.DNX.Tests", "Dapper.DNX.Tests\Dapper.DNX.Tests.xproj", "{2AD7E470-9AC1-4F0A-A8C6-F19EEA00593F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A34907DF-958A-4E4C-8491-84CF303FD13E}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Dapper.StrongName", "Dapper.StrongName\Dapper.StrongName.xproj", "{6EF701B6-1611-47F1-8325-E9AE1489BD2B}"
EndProject
...
...
Dapper.StrongName/global.json
deleted
100644 → 0
View file @
cc84dde3
{
"sdk"
:
{
"version"
:
"1.0.0-beta8"
}
}
Dapper.StrongName/project.json
View file @
f7ffac3f
...
...
@@ -47,16 +47,16 @@
"warningsAsErrors"
:
true
},
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-beta-"
,
"System.Collections"
:
"4.0.11-beta-"
,
"System.Collections.Concurrent"
:
"4.0.11-beta-"
,
"System.
Linq"
:
"4.0.1-beta-
"
,
"System.
Threading"
:
"4.0.11-beta-
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-
"
,
"System.Reflection.Emit.
ILGeneration"
:
"4.0.1-beta-
"
,
"System.Reflection.
Emit.Lightweight"
:
"4.0.1-beta-
"
,
"System.
Reflection.TypeExtensions"
:
"4.0.1-beta-
"
,
"System.T
ext.RegularExpressions"
:
"4.0.11-beta-
"
"Microsoft.CSharp"
:
"4.0.1-beta-
*
"
,
"System.Collections"
:
"4.0.11-beta-
*
"
,
"System.Collections.Concurrent"
:
"4.0.11-beta-
*
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-*
"
,
"System.
Linq"
:
"4.0.1-beta-*
"
,
"System.
Reflection.Emit.ILGeneration"
:
"4.0.1-beta-*
"
,
"System.Reflection.Emit.
Lightweight"
:
"4.0.1-beta-*
"
,
"System.Reflection.
TypeExtensions"
:
"4.0.1-beta-*
"
,
"System.
Text.RegularExpressions"
:
"4.0.11-beta-*
"
,
"System.T
hreading"
:
"4.0.11-beta-*
"
}
}
}
...
...
Dapper/project.json
View file @
f7ffac3f
...
...
@@ -41,16 +41,16 @@
"warningsAsErrors"
:
true
},
"dependencies"
:
{
"Microsoft.CSharp"
:
"4.0.1-beta-"
,
"System.Collections"
:
"4.0.11-beta-"
,
"System.Collections.Concurrent"
:
"4.0.11-beta-"
,
"System.
Linq"
:
"4.0.1-beta-
"
,
"System.
Threading"
:
"4.0.11-beta-
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-
"
,
"System.Reflection.Emit.
ILGeneration"
:
"4.0.1-beta-
"
,
"System.Reflection.
Emit.Lightweight"
:
"4.0.1-beta-
"
,
"System.
Reflection.TypeExtensions"
:
"4.0.1-beta-
"
,
"System.T
ext.RegularExpressions"
:
"4.0.11-beta-
"
"Microsoft.CSharp"
:
"4.0.1-beta-
*
"
,
"System.Collections"
:
"4.0.11-beta-
*
"
,
"System.Collections.Concurrent"
:
"4.0.11-beta-
*
"
,
"System.
Data.SqlClient"
:
"4.0.0-beta-*
"
,
"System.
Linq"
:
"4.0.1-beta-*
"
,
"System.
Reflection.Emit.ILGeneration"
:
"4.0.1-beta-*
"
,
"System.Reflection.Emit.
Lightweight"
:
"4.0.1-beta-*
"
,
"System.Reflection.
TypeExtensions"
:
"4.0.1-beta-*
"
,
"System.
Text.RegularExpressions"
:
"4.0.11-beta-*
"
,
"System.T
hreading"
:
"4.0.11-beta-*
"
}
}
}
...
...
NuGet.Config
0 → 100644
View file @
f7ffac3f
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
packageSources
>
<
clear
/>
<
add
key
=
"NuGet"
value
=
"https://api.nuget.org/v3/index.json"
/>
</
packageSources
>
</
configuration
>
Dapper/
global.json
→
global.json
View file @
f7ffac3f
File moved
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