You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2020. It is now read-only.
Now that .NET Core 3.1 is out it would be nice if the tool could be run without requiring .NET Core 2.x to be installed.
With 3.0 a new project property RollForward was introduced, and setting it to Major allows running to tool on a newer major version than what it was built for. See here for more details.
Now that .NET Core 3.1 is out it would be nice if the tool could be run without requiring .NET Core 2.x to be installed.
With 3.0 a new project property
RollForwardwas introduced, and setting it toMajorallows running to tool on a newer major version than what it was built for. See here for more details.