Azure-Samples / azure-event-grid-viewer

Live view of events from Azure Event Grid with ASP.NET Core and SignalR
MIT License
142 stars 205 forks source link

Upgraded the project to dotnet core 3.1. #8

Closed michaeldeongreen closed 4 years ago

michaeldeongreen commented 4 years ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone https://github.com/michaeldeongreen/azure-event-grid-viewer.git
cd azure-event-grid-viewer
git checkout michaeldeongreen/feature/dotnetcore-3

What to Check

Verify that the following are valid

Other Information

dbarkol commented 4 years ago

lgtm, thank you!