-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Do not see a way to get the "tools version passes... In xProjectEnv.cs it appears to be a hard coded null....
protected virtual Project Load(RawText raw, IDictionary<string, string> properties) { using(var reader = XmlReader.Create(new StreamReader(raw.data.GetStream(raw.encoding), raw.encoding))) { return new Project(reader, properties, **null**, PrjCollection); } }