Skip to content

Commit ddee7aa

Browse files
committed
Use API available for all versions
1 parent 4c1a012 commit ddee7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/csharp/ch/cyberduck/core/EnvironmentInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static EnvironmentInfo()
6969
}
7070

7171
[MethodImpl(MethodImplOptions.NoInlining)]
72-
static string PackagePath() => Package.Current.InstalledPath;
72+
static string PackagePath() => Package.Current.InstalledLocation.Path;
7373
}
7474

7575
public static void AssemblyInfo<T>()

0 commit comments

Comments
 (0)