Commit 3829543
committed
Autogenerate binding redirects for Benchmarking and Profiling
This is to work around
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property
to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190. [C:\Users\russ\s ource\elasticsearch-net-2.x\src\Profiling\Profiling.csproj]
and
CS1703: CSC(0,0): Multiple assemblies with equivalent identity have been imported: 'T:\TeamCity\buildAgent\work\3bd1c67a330a3167\packages\System.Xml.ReaderWriter\lib\net46\System.Xml.ReaderWriter.dll' and 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6\Facades\System.Xml.ReaderWriter.dll'. Remove one of the duplicate references.
on CI Server. Looks to be related to https://github.com/dotnet/corefx/issues/14050, although the recommendation to install Microsoft Build Tools 2015 Update 3 (https://www.visualstudio.com/downloads/#microsoft-build-tools-2015-update-3) did not fix the problem locally.1 parent 7d715d1 commit 3829543
File tree
2 files changed
+2
-0
lines changed- src
- Benchmarking
- Profiling
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments