This repo contains different versions of the ASP .NET Core Razor Pages template for Visual Studio.
Version | Branch name | Changes between ASP .NET Core versions |
---|---|---|
3.1 | release/3.1 | ASP .NET Core 3.0 vs 3.1 |
3.0 | release/3.0 | ASP .NET Core 2.2 vs 3.0 |
2.2 | release/2.2 | ASP .NET Core 2.1 vs 2.2 |
2.1 | release/2.1 | ASP .NET Core 2.0 vs 2.1 |
2.0 | release/2.0 | Initial version in this repo |
- Created ASP .NET Core Web Application, targeting ASP.NET Core 2.0 using template Web Application (with Configure for HTTPS checked)
- Added this README.MD file to repo
- Created branch
release/2.0
- Deleted project files and re-created web application using ASP.NET Core 2.1
- Created branch
release/2.1
- Deleted project files and re-created web application using ASP.NET Core 2.2
- Created branch
release/2.2
- Deleted project files and re-created web application using ASP.NET Core 3.0
- Created branch
release/3.0
- Deleted project files and re-created web application using ASP.NET Core 3.1
- Created branch
release/3.1
See also: