diff --git a/samples/Hyperbee.MigrationRunner.Couchbase/Dockerfile b/samples/Hyperbee.MigrationRunner.Couchbase/Dockerfile index d960cc7..5b300e6 100644 --- a/samples/Hyperbee.MigrationRunner.Couchbase/Dockerfile +++ b/samples/Hyperbee.MigrationRunner.Couchbase/Dockerfile @@ -1,9 +1,9 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base +FROM mcr.microsoft.com/dotnet/runtime:9.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["samples/Hyperbee.MigrationRunner.Couchbase/Hyperbee.MigrationRunner.Couchbase.csproj", "samples/Hyperbee.MigrationRunner.Couchbase/"] diff --git a/samples/Hyperbee.MigrationRunner.Couchbase/Hyperbee.MigrationRunner.Couchbase.csproj b/samples/Hyperbee.MigrationRunner.Couchbase/Hyperbee.MigrationRunner.Couchbase.csproj index 7b7605b..83eda29 100644 --- a/samples/Hyperbee.MigrationRunner.Couchbase/Hyperbee.MigrationRunner.Couchbase.csproj +++ b/samples/Hyperbee.MigrationRunner.Couchbase/Hyperbee.MigrationRunner.Couchbase.csproj @@ -57,4 +57,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + + + + \ No newline at end of file diff --git a/samples/Hyperbee.MigrationRunner.Couchbase/appsettings.json b/samples/Hyperbee.MigrationRunner.Couchbase/appsettings.json index f451efc..df1e6d8 100644 --- a/samples/Hyperbee.MigrationRunner.Couchbase/appsettings.json +++ b/samples/Hyperbee.MigrationRunner.Couchbase/appsettings.json @@ -19,7 +19,7 @@ }, // All providers "FromPaths": [ - "..\\..\\..\\..\\..\\samples\\Hyperbee.Migrations.Couchbase.Samples\\bin\\Debug\\net8.0\\Hyperbee.Migrations.Couchbase.Samples.dll" + "..\\..\\..\\..\\..\\samples\\Hyperbee.Migrations.Couchbase.Samples\\bin\\Debug\\net9.0\\Hyperbee.Migrations.Couchbase.Samples.dll" ], "FromAssemblies": [ ] diff --git a/samples/Hyperbee.MigrationRunner.Couchbase/logs/hyperbee-migrations-20240422.json b/samples/Hyperbee.MigrationRunner.Couchbase/logs/hyperbee-migrations-20240422.json deleted file mode 100644 index 1230837..0000000 --- a/samples/Hyperbee.MigrationRunner.Couchbase/logs/hyperbee-migrations-20240422.json +++ /dev/null @@ -1,24 +0,0 @@ -{"@t":"2024-04-22T14:06:37.5921954Z","@mt":"Starting host...","SourceContext":"Hyperbee.MigrationRunner.Postgres.Program"} -{"@t":"2024-04-22T14:06:38.6714953Z","@mt":"Using environment settings 'appsettings.Development.json'.","SourceContext":"Hyperbee.MigrationRunner.Postgres.Program"} -{"@t":"2024-04-22T14:06:40.7726672Z","@mt":"Connecting to `__DO_NOT_ADD_ENVIRONMENT_VALUE_HERE__`.","SourceContext":"Hyperbee.MigrationRunner.Postgres.Program"} -{"@t":"2024-04-22T14:06:41.1366092Z","@mt":"Application started. Press Ctrl+C to shut down.","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:06:41.1450111Z","@mt":"Hosting environment: {EnvName}","EnvName":"Production","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:06:41.1471874Z","@mt":"Content root path: {ContentRoot}","ContentRoot":"/app","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:06:41.2103534Z","@mt":"Migrations encountered an unhandled exception.","@l":"Fatal","@x":"System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.\n at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue)\n at System.Data.Common.DbConnectionOptions.ParseInternal(Dictionary`2 parsetable, String connectionString, Boolean buildChain, Dictionary`2 synonyms, Boolean firstKey)\n at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Dictionary`2 synonyms, Boolean useOdbcRules)\n at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value)\n at Npgsql.NpgsqlConnectionStringBuilder..ctor(String connectionString)\n at Npgsql.NpgsqlDataSourceBuilder..ctor(String connectionString)\n at Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions.<>c__DisplayClass16_0.b__0(IServiceProvider sp, Object key)\n at Microsoft.Extensions.DependencyInjection.ServiceDescriptor.<>c__DisplayClass5_0.<.ctor>b__0(IServiceProvider sp)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)\n at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)\n at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)\n at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.GetService(Type serviceType)\n at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)\n at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)\n at Hyperbee.MigrationRunner.Postgres.MainService.ExecuteAsync(CancellationToken stoppingToken) in /_/samples/Hyperbee.MigrationRunner.Postgres/MainService.cs:line 40","SourceContext":"Hyperbee.MigrationRunner.Postgres.MainService"} -{"@t":"2024-04-22T14:06:41.2325933Z","@mt":"Application is shutting down...","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:09:29.3779542Z","@mt":"Starting host...","SourceContext":"Hyperbee.MigrationRunner.Postgres.Program"} -{"@t":"2024-04-22T14:09:30.6344811Z","@mt":"Using environment settings 'appsettings.Development.json'.","SourceContext":"Hyperbee.MigrationRunner.Postgres.Program"} -{"@t":"2024-04-22T14:09:32.5203203Z","@mt":"Connecting to `\"Server=db;Port=5432;Database=postgres;User Id=test;Password=test;\"`.","SourceContext":"Hyperbee.MigrationRunner.Postgres.Program"} -{"@t":"2024-04-22T14:09:32.6777318Z","@mt":"Application started. Press Ctrl+C to shut down.","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:09:32.6830156Z","@mt":"Hosting environment: {EnvName}","EnvName":"Production","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:09:32.6846443Z","@mt":"Content root path: {ContentRoot}","ContentRoot":"/app","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:09:32.7481312Z","@mt":"Migrations encountered an unhandled exception.","@l":"Fatal","@x":"System.ArgumentException: Format of the initialization string does not conform to specification starting at index 66.\n at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue)\n at System.Data.Common.DbConnectionOptions.ParseInternal(Dictionary`2 parsetable, String connectionString, Boolean buildChain, Dictionary`2 synonyms, Boolean firstKey)\n at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Dictionary`2 synonyms, Boolean useOdbcRules)\n at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value)\n at Npgsql.NpgsqlConnectionStringBuilder..ctor(String connectionString)\n at Npgsql.NpgsqlDataSourceBuilder..ctor(String connectionString)\n at Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions.<>c__DisplayClass16_0.b__0(IServiceProvider sp, Object key)\n at Microsoft.Extensions.DependencyInjection.ServiceDescriptor.<>c__DisplayClass5_0.<.ctor>b__0(IServiceProvider sp)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)\n at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)\n at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)\n at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.GetService(Type serviceType)\n at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)\n at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)\n at Hyperbee.MigrationRunner.Postgres.MainService.ExecuteAsync(CancellationToken stoppingToken) in /_/samples/Hyperbee.MigrationRunner.Postgres/MainService.cs:line 40","SourceContext":"Hyperbee.MigrationRunner.Postgres.MainService"} -{"@t":"2024-04-22T14:09:32.7718841Z","@mt":"Application is shutting down...","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:17:52.8453982Z","@mt":"Starting host...","SourceContext":"Hyperbee.MigrationRunner.Postgres.Program"} -{"@t":"2024-04-22T14:17:53.0866612Z","@mt":"Using environment settings 'appsettings.Development.json'.","SourceContext":"Hyperbee.MigrationRunner.Postgres.Program"} -{"@t":"2024-04-22T14:17:54.4515952Z","@mt":"Connecting to `__DO_NOT_ADD_ENVIRONMENT_VALUE_HERE__`.","SourceContext":"Hyperbee.MigrationRunner.Postgres.Program"} -{"@t":"2024-04-22T14:17:54.6014700Z","@mt":"Application started. Press Ctrl+C to shut down.","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:17:54.6073030Z","@mt":"Hosting environment: {EnvName}","EnvName":"Production","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:17:54.6090721Z","@mt":"Content root path: {ContentRoot}","ContentRoot":"/app","SourceContext":"Microsoft.Hosting.Lifetime"} -{"@t":"2024-04-22T14:17:54.6787302Z","@mt":"Migrations encountered an unhandled exception.","@l":"Fatal","@x":"System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.\n at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue)\n at System.Data.Common.DbConnectionOptions.ParseInternal(Dictionary`2 parsetable, String connectionString, Boolean buildChain, Dictionary`2 synonyms, Boolean firstKey)\n at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Dictionary`2 synonyms, Boolean useOdbcRules)\n at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value)\n at Npgsql.NpgsqlConnectionStringBuilder..ctor(String connectionString)\n at Npgsql.NpgsqlDataSourceBuilder..ctor(String connectionString)\n at Microsoft.Extensions.DependencyInjection.NpgsqlServiceCollectionExtensions.<>c__DisplayClass16_0.b__0(IServiceProvider sp, Object key)\n at Microsoft.Extensions.DependencyInjection.ServiceDescriptor.<>c__DisplayClass5_0.<.ctor>b__0(IServiceProvider sp)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)\n at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)\n at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)\n at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)\n at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.GetService(Type serviceType)\n at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)\n at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)\n at Hyperbee.MigrationRunner.Postgres.MainService.ExecuteAsync(CancellationToken stoppingToken) in /_/samples/Hyperbee.MigrationRunner.Postgres/MainService.cs:line 30","SourceContext":"Hyperbee.MigrationRunner.Postgres.MainService"} -{"@t":"2024-04-22T14:17:54.6999012Z","@mt":"Application is shutting down...","SourceContext":"Microsoft.Hosting.Lifetime"} diff --git a/samples/Hyperbee.MigrationRunner.MongoDB/Dockerfile b/samples/Hyperbee.MigrationRunner.MongoDB/Dockerfile index 4210a4b..1a30063 100644 --- a/samples/Hyperbee.MigrationRunner.MongoDB/Dockerfile +++ b/samples/Hyperbee.MigrationRunner.MongoDB/Dockerfile @@ -1,9 +1,9 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base +FROM mcr.microsoft.com/dotnet/runtime:9.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["samples/Hyperbee.MigrationRunner.MongoDB/Hyperbee.MigrationRunner.MongoDB.csproj", "samples/Hyperbee.MigrationRunner.MongoDB/"] diff --git a/samples/Hyperbee.MigrationRunner.MongoDB/appsettings.json b/samples/Hyperbee.MigrationRunner.MongoDB/appsettings.json index 67056c4..594aa0e 100644 --- a/samples/Hyperbee.MigrationRunner.MongoDB/appsettings.json +++ b/samples/Hyperbee.MigrationRunner.MongoDB/appsettings.json @@ -14,7 +14,7 @@ // All providers "FromPaths": [ - "..\\..\\..\\..\\..\\samples\\Hyperbee.Migrations.MongoDB.Samples\\bin\\Debug\\net8.0\\Hyperbee.Migrations.MongoDB.Samples.dll" + "..\\..\\..\\..\\..\\samples\\Hyperbee.Migrations.MongoDB.Samples\\bin\\Debug\\net9.0\\Hyperbee.Migrations.MongoDB.Samples.dll" ], "FromAssemblies": [ ] diff --git a/samples/Hyperbee.MigrationRunner.Postgres/Dockerfile b/samples/Hyperbee.MigrationRunner.Postgres/Dockerfile index 3a0d95e..fd06a4c 100644 --- a/samples/Hyperbee.MigrationRunner.Postgres/Dockerfile +++ b/samples/Hyperbee.MigrationRunner.Postgres/Dockerfile @@ -1,9 +1,9 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base +FROM mcr.microsoft.com/dotnet/runtime:9.0 AS base WORKDIR /app -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["samples/Hyperbee.MigrationRunner.Postgres/Hyperbee.MigrationRunner.Postgres.csproj", "samples/Hyperbee.MigrationRunner.Postgres/"] diff --git a/samples/Hyperbee.MigrationRunner.Postgres/appsettings.json b/samples/Hyperbee.MigrationRunner.Postgres/appsettings.json index 3bf95d8..248d1c3 100644 --- a/samples/Hyperbee.MigrationRunner.Postgres/appsettings.json +++ b/samples/Hyperbee.MigrationRunner.Postgres/appsettings.json @@ -14,7 +14,7 @@ // All providers "FromPaths": [ - "..\\..\\..\\..\\..\\samples\\Hyperbee.Migrations.Postgres.Samples\\bin\\Debug\\net8.0\\Hyperbee.Migrations.Postgres.Samples.dll" + "..\\..\\..\\..\\..\\samples\\Hyperbee.Migrations.Postgres.Samples\\bin\\Debug\\net9.0\\Hyperbee.Migrations.Postgres.Samples.dll" ], "FromAssemblies": [ ] diff --git a/src/Hyperbee.Migrations.Providers.Postgres/Hyperbee.Migrations.Providers.Postgres.csproj b/src/Hyperbee.Migrations.Providers.Postgres/Hyperbee.Migrations.Providers.Postgres.csproj index 2850bbe..c21656f 100644 --- a/src/Hyperbee.Migrations.Providers.Postgres/Hyperbee.Migrations.Providers.Postgres.csproj +++ b/src/Hyperbee.Migrations.Providers.Postgres/Hyperbee.Migrations.Providers.Postgres.csproj @@ -25,8 +25,8 @@ - - + + diff --git a/tests/Hyperbee.Migrations.Integration.Tests/Hyperbee.Migrations.Integration.Tests.csproj b/tests/Hyperbee.Migrations.Integration.Tests/Hyperbee.Migrations.Integration.Tests.csproj index de898d4..2c24835 100644 --- a/tests/Hyperbee.Migrations.Integration.Tests/Hyperbee.Migrations.Integration.Tests.csproj +++ b/tests/Hyperbee.Migrations.Integration.Tests/Hyperbee.Migrations.Integration.Tests.csproj @@ -18,9 +18,9 @@ - + - + diff --git a/tests/Hyperbee.Migrations.Tests/Hyperbee.Migrations.Tests.csproj b/tests/Hyperbee.Migrations.Tests/Hyperbee.Migrations.Tests.csproj index 668ea99..3ee0850 100644 --- a/tests/Hyperbee.Migrations.Tests/Hyperbee.Migrations.Tests.csproj +++ b/tests/Hyperbee.Migrations.Tests/Hyperbee.Migrations.Tests.csproj @@ -15,7 +15,7 @@ - +