Skip to content

Commit

Permalink
Upgrade to ASP.NET Core 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyg committed Sep 23, 2019
1 parent de94746 commit a9aa085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Hi Nuget visitors, if you have problem finding the sample you are looking for, p

The goal of this project is to enable .NET programmers to learn the new ASP.NET Core stack from the ground up directly from code. There is so much power in the underlying ASP.NET Core stack. Don't miss them!

I highly recommend using [Visual Studio Code](https://code.visualstudio.com/) to play around with these samples but it is not required. You can use Visual Studio 2017 as well.
I highly recommend using [Visual Studio Code](https://code.visualstudio.com/) to play around with these samples but it is not required. You can use Visual Studio 2019 as well.

Note: If you encounter problem with downloading packages or Nuget, try the following command `nuget.exe locals -clear all`.

Expand All @@ -21,7 +21,7 @@ ASP.NET Core API Browser is also very [handy](https://docs.microsoft.com/en-us/d
| ------- | ------- | ------- |
| [ASP.NET Core 3.0](/projects/3-0) | 56 | 3.0|
| [Blazor Client Side (Web Assembly)](/projects/blazor/README.md) | 17 | 3.0-rc-1|
| [Blazor Server Side](/projects/blazor-ss) | 7 | 3.0-rc-1|
| [Blazor Server Side](/projects/blazor-ss) | 7 | 3.0|
| [ASP.NET Core MVC](/projects/mvc/README.md) | 47 | 2.1 |
| [ASP.NET Core Razor Pages](/projects/razor-pages/README.md) | 4| 2.2 |
| [ASP.NET Core SignalR](/projects/signalr/README.md) |1| 2.1 |
Expand Down
2 changes: 1 addition & 1 deletion projects/blazor-ss/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.0.100-rc1-014190"
"version": "3.0.100"
}
}

0 comments on commit a9aa085

Please sign in to comment.