You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for each major and minor version I have an options.js which contains a json file which allows me to determine the information needed for .csproj and .package files. I'd like to only maintain one for each major version of Sitecore (ie. 9.1 and 9.0 and 8.2) and then have an options file that represents the minor versions. So the major would be referenced first and then the minor would patch values for the major version only. Since MVC and things like that, will not change for minor versions (or less likely too).
The text was updated successfully, but these errors were encountered:
Currently for each major and minor version I have an options.js which contains a json file which allows me to determine the information needed for .csproj and .package files. I'd like to only maintain one for each major version of Sitecore (ie. 9.1 and 9.0 and 8.2) and then have an options file that represents the minor versions. So the major would be referenced first and then the minor would patch values for the major version only. Since MVC and things like that, will not change for minor versions (or less likely too).
The text was updated successfully, but these errors were encountered: