File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 </PropertyGroup >
55 <ItemGroup >
66 <!-- common packages -->
7- <PackageVersion Include =" LibGit2Sharp" Version =" 0.30 .0" />
7+ <PackageVersion Include =" LibGit2Sharp" Version =" 0.31 .0" />
88 <PackageVersion Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" />
99 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.13.0" />
1010 <PackageVersion Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 3.3.4" />
Original file line number Diff line number Diff line change 44 </PropertyGroup >
55 <ItemGroup >
66 <!-- common packages -->
7- <PackageVersion Include =" LibGit2Sharp" Version =" 0.30 .0" />
7+ <PackageVersion Include =" LibGit2Sharp" Version =" 0.31 .0" />
88 <PackageVersion Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" />
99 <PackageVersion Include =" Microsoft.CodeAnalysis.Common" Version =" 4.13.0" />
1010 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.13.0" />
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ internal static class Path
7373
7474 public static string GetCurrentDirectory ( ) => AppContext . BaseDirectory ?? throw new InvalidOperationException ( ) ;
7575
76- public static string GetTempPathLegacy ( ) => fileSystem . Path . GetTempPath ( ) ;
76+ public static string GetTempPathLegacy ( ) => fileSystem . Path . GetTempPath ( ) . TrimEnd ( DirectorySeparatorChar ) ;
7777 public static string GetTempPath ( )
7878 {
7979 var tempPath = GetCurrentDirectory ( ) ;
You can’t perform that action at this time.
0 commit comments