Skip to content

Commit

Permalink
Update app.config to test merge
Browse files Browse the repository at this point in the history
  • Loading branch information
icom85 authored Aug 31, 2022
1 parent f639d88 commit dbcd5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadGridViewEFCodeFirst.Data/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
<provider invariantName="Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
<connectionStrings>
Expand Down

0 comments on commit dbcd5f9

Please sign in to comment.