mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 01:28:13 +00:00
Fixup to 6.0.0-rc.1 upgrade
* Require 6.0.100-rc.1 SDK in global.json * Tighter ShouldUseSameServiceProvider
This commit is contained in:
@@ -132,7 +132,7 @@ namespace EFCore.NamingConventions.Internal
|
||||
}
|
||||
|
||||
public override bool ShouldUseSameServiceProvider(DbContextOptionsExtensionInfo other)
|
||||
=> true;
|
||||
=> other is ExtensionInfo;
|
||||
|
||||
public override void PopulateDebugInfo(IDictionary<string, string> debugInfo)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"sdk": {
|
||||
"version": "5.0.100",
|
||||
"version": "6.0.100-rc.1.21463.6",
|
||||
"rollForward": "latestMajor",
|
||||
"allowPrerelease": "false"
|
||||
"allowPrerelease": "true"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user