2 references to RunnableProjectGenerator_Exception_TemplateVersionNotSupported
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
DirectoryBasedTemplate.cs (2)
207
throw new NotSupportedException(string.Format(LocalizableStrings.
RunnableProjectGenerator_Exception_TemplateVersionNotSupported
, allowedGeneratorVersions, RunnableProjectGenerator.GeneratorVersion));
217
throw new NotSupportedException(string.Format(LocalizableStrings.
RunnableProjectGenerator_Exception_TemplateVersionNotSupported
, allowedGeneratorVersions, RunnableProjectGenerator.GeneratorVersion));