Skip to content

Commit 427b44c

Browse files
authored
Merge branch 'dev' into siy/fix-invocation-bug
2 parents 5ddef4a + 5b7d1ed commit 427b44c

File tree

150 files changed

+1043
-47977
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+1043
-47977
lines changed

AzureSignalR.sln

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.SignalR.Ser
8282
EndProject
8383
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.SignalR.Serverless.Protocols.Tests", "test\Microsoft.Azure.SignalR.Serverless.Protocols.Tests\Microsoft.Azure.SignalR.Serverless.Protocols.Tests.csproj", "{82C1FF3D-EC6C-4B21-B6A4-E69E8D75D0D0}"
8484
EndProject
85-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatSample.Net60", "samples\ChatSample\ChatSample.Net60\ChatSample.Net60.csproj", "{594EC59A-7305-4A36-8BE6-4A928FBFD71B}"
86-
EndProject
87-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatSample.Net70", "samples\ChatSample\ChatSample.Net70\ChatSample.Net70.csproj", "{49634EE4-A0F4-4672-A8B3-B994CF81C9AB}"
88-
EndProject
8985
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagementPublisher", "samples\ChatSample\ChatSample.ManagementPublisher\ManagementPublisher.csproj", "{0F32E624-7AC8-4CA7-8ED9-E1A877442020}"
9086
EndProject
87+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatSample.RazorPages", "samples\ChatSample\ChatSample.RazorPages\ChatSample.RazorPages.csproj", "{D7A38BB7-6416-4E15-AD87-D525F203F549}"
88+
EndProject
9189
Global
9290
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9391
Debug|Any CPU = Debug|Any CPU
@@ -190,18 +188,14 @@ Global
190188
{82C1FF3D-EC6C-4B21-B6A4-E69E8D75D0D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
191189
{82C1FF3D-EC6C-4B21-B6A4-E69E8D75D0D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
192190
{82C1FF3D-EC6C-4B21-B6A4-E69E8D75D0D0}.Release|Any CPU.Build.0 = Release|Any CPU
193-
{594EC59A-7305-4A36-8BE6-4A928FBFD71B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
194-
{594EC59A-7305-4A36-8BE6-4A928FBFD71B}.Debug|Any CPU.Build.0 = Debug|Any CPU
195-
{594EC59A-7305-4A36-8BE6-4A928FBFD71B}.Release|Any CPU.ActiveCfg = Release|Any CPU
196-
{594EC59A-7305-4A36-8BE6-4A928FBFD71B}.Release|Any CPU.Build.0 = Release|Any CPU
197-
{49634EE4-A0F4-4672-A8B3-B994CF81C9AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
198-
{49634EE4-A0F4-4672-A8B3-B994CF81C9AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
199-
{49634EE4-A0F4-4672-A8B3-B994CF81C9AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
200-
{49634EE4-A0F4-4672-A8B3-B994CF81C9AB}.Release|Any CPU.Build.0 = Release|Any CPU
201191
{0F32E624-7AC8-4CA7-8ED9-E1A877442020}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
202192
{0F32E624-7AC8-4CA7-8ED9-E1A877442020}.Debug|Any CPU.Build.0 = Debug|Any CPU
203193
{0F32E624-7AC8-4CA7-8ED9-E1A877442020}.Release|Any CPU.ActiveCfg = Release|Any CPU
204194
{0F32E624-7AC8-4CA7-8ED9-E1A877442020}.Release|Any CPU.Build.0 = Release|Any CPU
195+
{D7A38BB7-6416-4E15-AD87-D525F203F549}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
196+
{D7A38BB7-6416-4E15-AD87-D525F203F549}.Debug|Any CPU.Build.0 = Debug|Any CPU
197+
{D7A38BB7-6416-4E15-AD87-D525F203F549}.Release|Any CPU.ActiveCfg = Release|Any CPU
198+
{D7A38BB7-6416-4E15-AD87-D525F203F549}.Release|Any CPU.Build.0 = Release|Any CPU
205199
EndGlobalSection
206200
GlobalSection(SolutionProperties) = preSolution
207201
HideSolutionNode = FALSE
@@ -233,9 +227,8 @@ Global
233227
{870A10E3-D17A-4239-9715-5610FFE1FC76} = {2429FBD8-1FCE-4C42-AA28-DF32F7249E77}
234228
{52944A80-44A9-48D4-919D-11AAAD55193E} = {DA69F624-5398-4884-87E4-B816698CDE65}
235229
{82C1FF3D-EC6C-4B21-B6A4-E69E8D75D0D0} = {2429FBD8-1FCE-4C42-AA28-DF32F7249E77}
236-
{594EC59A-7305-4A36-8BE6-4A928FBFD71B} = {C965ED06-6A17-4329-B3C6-811830F4F4ED}
237-
{49634EE4-A0F4-4672-A8B3-B994CF81C9AB} = {C965ED06-6A17-4329-B3C6-811830F4F4ED}
238230
{0F32E624-7AC8-4CA7-8ED9-E1A877442020} = {C965ED06-6A17-4329-B3C6-811830F4F4ED}
231+
{D7A38BB7-6416-4E15-AD87-D525F203F549} = {C965ED06-6A17-4329-B3C6-811830F4F4ED}
239232
EndGlobalSection
240233
GlobalSection(ExtensibilityGlobals) = postSolution
241234
SolutionGuid = {7945A4E4-ACDB-4F6E-95CA-6AC6E7C2CD59}

samples/ChatSample/ChatSample.Net60/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

samples/ChatSample/ChatSample.Net60/ChatSample.Net60.csproj

Lines changed: 0 additions & 13 deletions
This file was deleted.

samples/ChatSample/ChatSample.Net60/Hubs/ChatHub.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

samples/ChatSample/ChatSample.Net60/Pages/Error.cshtml.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

samples/ChatSample/ChatSample.Net60/Pages/Index.cshtml

Lines changed: 0 additions & 30 deletions
This file was deleted.

samples/ChatSample/ChatSample.Net60/Pages/Index.cshtml.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

samples/ChatSample/ChatSample.Net60/Pages/Privacy.cshtml.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

samples/ChatSample/ChatSample.Net60/Pages/_ViewImports.cshtml

Lines changed: 0 additions & 3 deletions
This file was deleted.

samples/ChatSample/ChatSample.Net60/Pages/_ViewStart.cshtml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)