Rerun build

This commit is contained in:
GGG KILLER 2021-04-22 12:22:10 -03:00
parent 87189a16c7
commit 291588df6a

1
dist/index.js vendored
View File

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