Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@microsoft.com>2021-02-19 16:45:38 +0300
committerMatt Ward <matt.ward@microsoft.com>2021-02-19 16:50:11 +0300
commit6773e884d8f2caf28f5bd61c35ee77a959deb49f (patch)
tree95a04e7db06ff86c67b8d7768f893d1fb9172d13
parent9426beb4c5555591ad3b1a691499b76b27367040 (diff)
Fix building warning mautil about binding redirects.
-rw-r--r--mautil/mautil.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/mautil/mautil.csproj b/mautil/mautil.csproj
index d50c997..08efd7f 100644
--- a/mautil/mautil.csproj
+++ b/mautil/mautil.csproj
@@ -10,6 +10,7 @@
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace>mautil</RootNamespace>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>