Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added EntityFrameworkCore performance tests #778

Merged
merged 1 commit into from
Jun 2, 2017
Merged

Added EntityFrameworkCore performance tests #778

merged 1 commit into from
Jun 2, 2017

Conversation

alterius
Copy link
Contributor

No description provided.

@@ -17,6 +17,8 @@
<!--<PackageReference Include="BLToolkit" Version="4.3.6" />-->
<PackageReference Include="EntityFramework" Version="6.1.3" />
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="5.9.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.2" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since Microsoft.EntityFrameworkCore.SqlServer ultimately depends on Microsoft.EntityFrameworkCore (via .Relational), this line isn't needed in the new project system:

<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.2" />

@NickCraver
Copy link
Member

Thanks for this! I'll tidy the above locally (and change names to be consistent with updates since this was submitted), but all good stuff here :)

@NickCraver NickCraver merged commit 3c14c8b into DapperLib:master Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants