Skip to content

Commit 0a3a9df

Browse files
committed
Updates ready for deployment to main
1 parent 100e3af commit 0a3a9df

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/Architecture/CodeFactory.Architecture.AspNetCore.Service.Rest/CodeFactory.Architecture.AspNetCore.Service.Rest.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFactory.Automation.Stan
99
EndProject
1010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFactory.Automation.NDF.Logic", "..\..\Automation\CodeFactory.Automation.NDF.Logic\CodeFactory.Automation.NDF.Logic.csproj", "{01F5417B-D33E-43BA-9D13-E9114EB989AC}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeFactory.Architecture.Blazor.Server", "..\CodeFactory.Architecture.Blazor.Server\CodeFactory.Architecture.Blazor.Server.csproj", "{AE271FAB-E0EC-4E9E-B658-39F7010FABE2}"
13-
EndProject
1412
Global
1513
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1614
Debug|Any CPU = Debug|Any CPU
@@ -29,10 +27,6 @@ Global
2927
{01F5417B-D33E-43BA-9D13-E9114EB989AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
3028
{01F5417B-D33E-43BA-9D13-E9114EB989AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
3129
{01F5417B-D33E-43BA-9D13-E9114EB989AC}.Release|Any CPU.Build.0 = Release|Any CPU
32-
{AE271FAB-E0EC-4E9E-B658-39F7010FABE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{AE271FAB-E0EC-4E9E-B658-39F7010FABE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{AE271FAB-E0EC-4E9E-B658-39F7010FABE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{AE271FAB-E0EC-4E9E-B658-39F7010FABE2}.Release|Any CPU.Build.0 = Release|Any CPU
3630
EndGlobalSection
3731
GlobalSection(SolutionProperties) = preSolution
3832
HideSolutionNode = FALSE

src/Architecture/CodeFactory.Architecture.AspNetCore.Service.Rest/CreateAutomationConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public override async Task ExecuteCommandAsync(VsSolution result)
8080

8181
try
8282
{
83-
await ConfigManager.CreateDefaultConfigurationAsync(result, "Blazor Server Architecture Configuration", "Automation");
83+
await ConfigManager.CreateDefaultConfigurationAsync(result, "AspNetCore Rest Service Configuration", "Automation");
8484
}
8585
catch (Exception unhandledError)
8686
{

0 commit comments

Comments
 (0)