This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public IVSGitExt Create()
3838 }
3939 }
4040
41- // NOTE: We're being careful to only reference VSGitExt14/ VSGitExt15/VSGitExt16 from inside a lambda expression.
41+ // NOTE: We're being careful to only reference VSGitExt14 and VSGitExt15 from inside a lambda expression.
4242 // This ensures that only the type that's compatible with the running DTE version is loaded.
4343 static IVSGitExt Create ( Func < IVSGitExt > factory ) => factory . Invoke ( ) ;
4444 }
Original file line number Diff line number Diff line change 1818 </Installation >
1919 <Dependencies >
2020 <Dependency Id =" Microsoft.Framework.NDP" DisplayName =" Microsoft .NET Framework" d : Source =" Manual" Version =" [4.5,)" />
21- <Dependency Id =" Microsoft.VisualStudio.MPF.14.0" DisplayName =" Visual Studio MPF 14.0" d : Source =" Installed" Version =" [14.0,] " />
21+ <Dependency Id =" Microsoft.VisualStudio.MPF.14.0" DisplayName =" Visual Studio MPF 14.0" d : Source =" Installed" Version =" [14.0,) " />
2222 <Dependency Id =" Microsoft.VisualStudio.TeamFoundation.TeamExplorer.Extensions" DisplayName =" Team Explorer" d : Source =" Installed" Version =" [14.0,)" />
2323 </Dependencies >
2424 <Assets >
You can’t perform that action at this time.
0 commit comments