Skip to content

Commit 9e4b222

Browse files
authored
Update AzureSignalRServiceMode namespace (#7678)
1 parent 1be1ad5 commit 9e4b222

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

playground/signalr/SignalR.AppHost/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using Aspire.Hosting.Azure;
2+
13
var builder = DistributedApplication.CreateBuilder(args);
24

35
// Configure Azure SignalR in default mode

src/Aspire.Hosting.Azure.SignalR/AzureSignalRServiceMode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
namespace Aspire.Hosting.ApplicationModel;
4+
namespace Aspire.Hosting.Azure;
55

66
/// <summary>
77
/// SignalR service service modes

tests/Aspire.Hosting.Azure.Tests/AzureSignalRExtensionsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using Aspire.Hosting.ApplicationModel;
54
using Aspire.Hosting.Utils;
65

76
using Xunit;

0 commit comments

Comments
 (0)