We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2692481 + ddee7aa commit bbfca27Copy full SHA for bbfca27
core/src/main/csharp/Cyberduck.Core.Native.csproj
@@ -17,7 +17,7 @@
17
18
<PropertyGroup>
19
<TargetFrameworks>net472;net8.0-windows10.0.22621.0</TargetFrameworks>
20
- <TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
+ <SupportedOSPlatformVersion>10.0.14393.0</SupportedOSPlatformVersion>
21
<Platforms>x64</Platforms>
22
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
23
</PropertyGroup>
core/src/main/csharp/ch/cyberduck/core/EnvironmentInfo.cs
@@ -69,7 +69,7 @@ static EnvironmentInfo()
69
}
70
71
[MethodImpl(MethodImplOptions.NoInlining)]
72
- static string PackagePath() => Package.Current.InstalledPath;
+ static string PackagePath() => Package.Current.InstalledLocation.Path;
73
74
75
public static void AssemblyInfo<T>()
0 commit comments