Move ImageResizer to separate folder (#3868)

This commit is contained in:
stefansjfw
2020-06-01 17:07:06 +02:00
committed by GitHub
parent 971fc462ab
commit 8cc58d0b89
7 changed files with 129 additions and 122 deletions

View File

@@ -7,7 +7,7 @@ namespace ImageResizer.Models
{
public class AdvancedSettings
{
[DllImport("../os-detection.dll", EntryPoint = "UseNewSettings", ExactSpelling = false)]
[DllImport("../../os-detection.dll", EntryPoint = "UseNewSettings", ExactSpelling = false)]
public static extern bool UseNewSettings();
}
}