|
|
|
|
@ -16882,7 +16882,6 @@ class DotNetVersionInfo {
|
|
|
|
|
this.isExactVersionSet = true;
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
//Note: No support for previews when using generic
|
|
|
|
|
const parts = version.split('.');
|
|
|
|
|
if (parts.length < 2 || parts.length > 3)
|
|
|
|
|
this.throwInvalidVersionFormat();
|
|
|
|
|
|