diff --git a/common/Tools/AutoMigrationCreator/AutoMigrationCreator.csproj b/common/Tools/AutoMigrationCreator/AutoMigrationCreator.csproj index d5bddd6925..e8d0922a00 100644 --- a/common/Tools/AutoMigrationCreator/AutoMigrationCreator.csproj +++ b/common/Tools/AutoMigrationCreator/AutoMigrationCreator.csproj @@ -1,9 +1,11 @@ - + Exe net6.0 AutoMigrationCreator.Program + false + enable diff --git a/common/Tools/AutoMigrationCreator/GlobalUsings.cs b/common/Tools/AutoMigrationCreator/GlobalUsings.cs index 512123bbdf..63dc8280a4 100644 --- a/common/Tools/AutoMigrationCreator/GlobalUsings.cs +++ b/common/Tools/AutoMigrationCreator/GlobalUsings.cs @@ -24,12 +24,8 @@ // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -global using System; -global using System.Collections.Generic; -global using System.Configuration; -global using System.IO; -global using System.Linq; -global using System.Reflection; +global using System.Configuration; +global using System.Reflection; global using System.Text.RegularExpressions; global using ASC.Core.Common.EF; @@ -37,7 +33,6 @@ global using ASC.Core.Common.EF; global using Autofac; global using AutoMigrationCreator.Core; -global using AutoMigrationCreator.Utils; global using Microsoft.Build.Construction; global using Microsoft.EntityFrameworkCore; diff --git a/common/Tools/AutoMigrationCreator/Properties/launchSettings.json b/common/Tools/AutoMigrationCreator/Properties/launchSettings.json new file mode 100644 index 0000000000..a2ec651314 --- /dev/null +++ b/common/Tools/AutoMigrationCreator/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "AutoMigrationCreator": { + "commandName": "Project", + "launchBrowser": false + } + } +} \ No newline at end of file