소스 검색

Don't pollute app config with binding redirects

Nick Babcock 6 년 전
부모
커밋
d6efb071a2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>