I created a brand new ASP.NET Core Empty Project
Installed the package: Microsoft.AspNetCore.Mvc.Versioning Version: 3.1.2
Configured the Startup.cs file to use ApiVersioning (refer screenshot)
Create a test web api controller and run the project
Getting error: System.FormatException: The specified API version status "0" is invalid
