change version dotnet version code example
Example 1: how to change the default version dotnet version
{
"sdk": {
"version": "3.0.0"
}
}
Example 2: how to change the default version dotnet version
{
"sdk": {
"version": "2.1.103"
}
}