From 7913a2c87daa8e80623741193e7aacb8fca24188 Mon Sep 17 00:00:00 2001 From: crimcol Date: Mon, 18 Apr 2022 14:11:33 -0400 Subject: [PATCH] Example projects updated. --- .../DbMigrationsNet31.csproj | 2 +- .../DbMigrationsNet6/DbMigrationsNet6.csproj | 4 ++ .../DbMigrationsNetFramework48.csproj | 43 +++++++++++++------ .../DbMigrationsNetFramework48/app.config | 8 ++++ .../packages.config | 21 +++++---- 5 files changed, 55 insertions(+), 23 deletions(-) diff --git a/sample/ProjectExample/DbMigrationsNet31/DbMigrationsNet31.csproj b/sample/ProjectExample/DbMigrationsNet31/DbMigrationsNet31.csproj index 79cac94..100f99f 100644 --- a/sample/ProjectExample/DbMigrationsNet31/DbMigrationsNet31.csproj +++ b/sample/ProjectExample/DbMigrationsNet31/DbMigrationsNet31.csproj @@ -5,7 +5,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/sample/ProjectExample/DbMigrationsNet6/DbMigrationsNet6.csproj b/sample/ProjectExample/DbMigrationsNet6/DbMigrationsNet6.csproj index be6a4a6..41baf9d 100644 --- a/sample/ProjectExample/DbMigrationsNet6/DbMigrationsNet6.csproj +++ b/sample/ProjectExample/DbMigrationsNet6/DbMigrationsNet6.csproj @@ -7,6 +7,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/sample/ProjectExample/DbMigrationsNetFramework48/DbMigrationsNetFramework48.csproj b/sample/ProjectExample/DbMigrationsNetFramework48/DbMigrationsNetFramework48.csproj index a613ce5..48e7104 100644 --- a/sample/ProjectExample/DbMigrationsNetFramework48/DbMigrationsNetFramework48.csproj +++ b/sample/ProjectExample/DbMigrationsNetFramework48/DbMigrationsNetFramework48.csproj @@ -37,30 +37,45 @@ ..\packages\FluentMigrator.Abstractions.3.2.0\lib\net461\FluentMigrator.Abstractions.dll - - ..\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll - - ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll + + ..\packages\Microsoft.Extensions.DependencyInjection.6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.dll - - ..\packages\Microsoft.Extensions.Options.2.0.1\lib\netstandard2.0\Microsoft.Extensions.Options.dll + + ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.DependencyInjection.Abstractions.dll - - ..\packages\Microsoft.Extensions.Primitives.2.0.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll + + ..\packages\Microsoft.Extensions.Options.6.0.0\lib\net461\Microsoft.Extensions.Options.dll + + + ..\packages\Microsoft.Extensions.Primitives.6.0.0\lib\net461\Microsoft.Extensions.Primitives.dll - - ..\packages\System.ComponentModel.Annotations.4.4.1\lib\net461\System.ComponentModel.Annotations.dll + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + ..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll + + ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.4.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll - - ..\packages\System.ValueTuple.4.4.0\lib\net47\System.ValueTuple.dll + + ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll diff --git a/sample/ProjectExample/DbMigrationsNetFramework48/app.config b/sample/ProjectExample/DbMigrationsNetFramework48/app.config index 85086d9..2e69a54 100644 --- a/sample/ProjectExample/DbMigrationsNetFramework48/app.config +++ b/sample/ProjectExample/DbMigrationsNetFramework48/app.config @@ -10,6 +10,14 @@ + + + + + + + + \ No newline at end of file diff --git a/sample/ProjectExample/DbMigrationsNetFramework48/packages.config b/sample/ProjectExample/DbMigrationsNetFramework48/packages.config index 10c9abb..eefb40a 100644 --- a/sample/ProjectExample/DbMigrationsNetFramework48/packages.config +++ b/sample/ProjectExample/DbMigrationsNetFramework48/packages.config @@ -1,14 +1,19 @@  - + - - - - - - - + + + + + + + + + + + + \ No newline at end of file