Skip to content

Commit

Permalink
Update EF+ Core RC2 to RTM
Browse files Browse the repository at this point in the history
Update EF+ Core RC2 to RTM
  • Loading branch information
zzzprojects committed Jul 3, 2016
1 parent a48762d commit fad7e12
Show file tree
Hide file tree
Showing 3 changed files with 776 additions and 619 deletions.
4 changes: 2 additions & 2 deletions src/Z.EntityFramework.Plus.EFCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("c41195f5-937e-4f2b-9f36-20650a804caa")]
[assembly: AssemblyVersion("1.2.3")]
[assembly: AssemblyFileVersion("1.2.3")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
17 changes: 6 additions & 11 deletions src/Z.EntityFramework.Plus.EFCore/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.3-*",
"version": "1.3.0",
"description": "Description: EF Bulk Operations & Utilities | Bulk Insert, Update, Delete, Merge from database.",
"authors": [ "ZZZ Projects Inc." ],
"packOptions": {
Expand All @@ -10,7 +10,10 @@
"define": [ "EFCORE", "NET45", "FULL" ]
},
"dependencies": {
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-rc2-final"
"Microsoft.EntityFrameworkCore.Relational": "1.0.0",
"Microsoft.NETCore.Platforms": "1.0.1",
"System.Dynamic.Runtime": "4.0.11",
"System.Reflection.Emit": "4.0.1"
},
"frameworks": {
"net451": {
Expand All @@ -25,15 +28,7 @@
"imports": [
"dnxcore50",
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.Platforms": {
"type": "build",
"version": "1.0.1-*"
},
"System.Dynamic.Runtime": "4.0.11-rc2-24027",
"System.Reflection.Emit": "4.0.1-rc2-24027"
}
]
}
}
}
Loading

0 comments on commit fad7e12

Please sign in to comment.