Skip to content

Commit 348ef6e

Browse files
committed
Update README for .NET 7
1 parent 42c89e7 commit 348ef6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ solution.**
3030

3131
### Build the code
3232

33-
1. Ensure you have the .NET 6 SDK installed. [Install it if
33+
1. Ensure you have the .NET 7 SDK installed. [Install it if
3434
needed](https://dotnet.microsoft.com/download).
3535
```
3636
dotnet --info
@@ -50,7 +50,7 @@ solution.**
5050
### Deploy to Azure
5151

5252
PowerShell is used for the following steps. I have tested Windows PowerShell
53-
5.1, Windows PowerShell 7.1.3, and Linux PowerShell 7.1.3.
53+
5.1, Windows PowerShell 7.3.7, and Linux PowerShell 7.3.7.
5454

5555
1. Ensure you have the Az PowerShell modules. [Install them if
5656
needed](https://docs.microsoft.com/en-us/powershell/azure/install-az-ps).
@@ -93,6 +93,8 @@ The end of the output looks like this:
9393
Warming up the website and workers...
9494
<b>https://nugetinsights-joel.azurewebsites.net/</b> - 200 OK
9595
https://nugetinsights-joel-worker-0.azurewebsites.net/ - 200 OK
96+
Deployment is complete.
97+
Go to here for the admin panel: https://nugetinsights-joel.azurewebsites.net/Admin
9698
</pre>
9799

98100
You can go the first URL which is the website URL in your web browser and click on

0 commit comments

Comments
 (0)