Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy authored Jun 7, 2024
1 parent 1cffd72 commit 33b822b
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 1,011 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ jobs:
run: |
pushd aspnet-samples/AdvancedChatRoom
nuget restore
msbuild
msbuild AdvancedChatRoom.sln
popd
- name: Build ChatRoom project
run: |
pushd aspnet-samples/ChatRoom
nuget restore
msbuild
msbuild ChatRoom.sln
popd
- name: Build ChatRoomLocal project
run: |
pushd aspnet-samples/ChatRoomLocal
nuget restore
msbuild
msbuild ChatRoom.sln
popd
- name: Build AspnetForm project
run: |
pushd aspnet-samples/AspnetForm
nuget restore
msbuild
msbuild AspnetForm.sln
popd
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ More advanced samples are listed as below:
* [Flight Map: Realtime Monitoring Dashboard using Azure SignalR Service](samples/FlightMap)

***Archived*** Chat Room Example under AspNetCore 2.1 version:
* [Chat Room Example under AspNetCore 2.1.0](samples/ChatRoom.NetCore21/ChatRoom/README.md)
* [Chat Room Example under AspNetCore 2.1.0](https://github.com/aspnet/AzureSignalR-samples/tree/archived/netcore21/samples/ChatRoom.NetCore21/ChatRoom/README.md)

## ASP.NET SignalR samples

Expand Down
4 changes: 0 additions & 4 deletions samples/ChatRoom.NetCore21/ChatRoom/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions samples/ChatRoom.NetCore21/ChatRoom/ChatRoom.NetCore21.csproj

This file was deleted.

20 changes: 0 additions & 20 deletions samples/ChatRoom.NetCore21/ChatRoom/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions samples/ChatRoom.NetCore21/ChatRoom/Hub/ChatSampleHub.cs

This file was deleted.

20 changes: 0 additions & 20 deletions samples/ChatRoom.NetCore21/ChatRoom/Program.cs

This file was deleted.

27 changes: 0 additions & 27 deletions samples/ChatRoom.NetCore21/ChatRoom/Properties/launchSettings.json

This file was deleted.

82 changes: 0 additions & 82 deletions samples/ChatRoom.NetCore21/ChatRoom/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions samples/ChatRoom.NetCore21/ChatRoom/Startup.cs

This file was deleted.

15 changes: 0 additions & 15 deletions samples/ChatRoom.NetCore21/ChatRoom/appsettings.json

This file was deleted.

82 changes: 0 additions & 82 deletions samples/ChatRoom.NetCore21/ChatRoom/wwwroot/css/site.css

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 33b822b

Please sign in to comment.