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 @@ -32,7 +32,7 @@ static NativeMethods()
32
32
string nativeLibraryDir = GlobalSettings . GetAndLockNativeLibraryPath ( ) ;
33
33
if ( nativeLibraryDir != null )
34
34
{
35
- string nativeLibraryPath = Path . Combine ( nativeLibraryDir , libgit2 + Platform . GetNativeLibraryExtension ( ) ) ;
35
+ string nativeLibraryPath = libgit2 + Platform . GetNativeLibraryExtension ( ) ;
36
36
37
37
// Try to load the .dll from the path explicitly.
38
38
// If this call succeeds further DllImports will find the library loaded and not attempt to load it again.
Original file line number Diff line number Diff line change 29
29
</ItemGroup >
30
30
31
31
<ItemGroup >
32
- <PackageReference Include =" LibGit2Sharp.NativeBinaries" Version =" [ 1.0.258] " PrivateAssets =" none" />
32
+ <PackageReference Include =" LibGit2Sharp.NativeBinaries" Version =" 1.0.260 " PrivateAssets =" none" />
33
33
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" all" />
34
34
<PackageReference Include =" Nerdbank.GitVersioning" Version =" 2.2.13" PrivateAssets =" all" />
35
35
</ItemGroup >
You can’t perform that action at this time.
0 commit comments