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.
1 parent 5dfda94 commit d9f740cCopy full SHA for d9f740c
src/Magick.NET/Frameworks/Net/NativeLibraryLoader.cs
@@ -38,7 +38,7 @@ public static void Load()
38
39
private static string CreateCacheDirectory()
40
{
41
- AssemblyFileVersionAttribute version = (AssemblyFileVersionAttribute)Assembly.GetCustomAttributes(typeof(AssemblyFileVersionAttribute), false)[0];
+ var version = (AssemblyFileVersionAttribute)Assembly.GetCustomAttributes(typeof(AssemblyFileVersionAttribute), false)[0];
42
43
#if NET20
44
var path = Path.Combine(MagickAnyCPU.CacheDirectory, "Magick.NET.net20." + version.Version);
0 commit comments