diff --git a/Directory.Build.props b/Directory.Build.props index 8177b228..b7011785 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ net6.0 10.0 0.22.0 - true + false false \ No newline at end of file diff --git a/src/WebStarter/WebStarter.csproj b/src/WebStarter/WebStarter.csproj index 342196ca..a4d90290 100644 --- a/src/WebStarter/WebStarter.csproj +++ b/src/WebStarter/WebStarter.csproj @@ -4,7 +4,7 @@ net6.0 enable enable - InProcess + OutOfProcess 4fb8c9df-7975-4926-ba73-46c8ca440691 @@ -16,11 +16,8 @@ - - - - - + + @@ -30,17 +27,12 @@ - - - - - - - + + @@ -55,6 +47,11 @@ + + + + + diff --git a/src/WebStarter/appsettings.json b/src/WebStarter/appsettings.json index 3104416c..66b92dc0 100644 --- a/src/WebStarter/appsettings.json +++ b/src/WebStarter/appsettings.json @@ -139,10 +139,6 @@ "Default": "FileRepository", "TablePrefix": "BotSharp", "BotSharpMongoDb": "", - "BotSharp": { - "Master": "Data Source=(localdb)\\ProjectModels;Initial Catalog=BotSharp;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust Server Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False", - "Slavers": [] - }, "FileRepository": "data", "Assemblies": [ "BotSharp.Core" ] },