We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70dfdef + 2c9bb71 commit 6a819b2Copy full SHA for 6a819b2
.github/dependabot.yml
@@ -7,7 +7,8 @@ updates:
7
- "*Sqlite*"
8
- "*Pgsql*"
9
- "*Firebird*"
10
- - "*Oracle*"
+ - "Oracle.ManagedDataAccess" # .NET Framework dependency for FluentMigrator.Console
11
+ - "Oracle.ManagedDataAccess.Core" # .NET dependency for FluentMigrator.DotNet.Cli
12
- "*Sql*"
13
- "Snowflake*"
14
# Dependency Injection and Microsoft Out-of-Box Dependencies (not included in the SDK)
0 commit comments