Explorar el Código

Don't pollute app config with binding redirects

Nick Babcock hace 6 años
padre
commit
d6efb071a2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      OhmGraphite/OhmGraphite.csproj

+ 1 - 0
OhmGraphite/OhmGraphite.csproj

@@ -3,6 +3,7 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <TargetFramework>net461</TargetFramework>
+    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
     <PlatformTarget>AnyCPU</PlatformTarget>
     <Authors>Nick Babcock</Authors>