Skip to content

Commit aebc26c

Browse files
dmetzgarrainersigwald
authored andcommitted
Adding binding redirect for Microsoft.Activities.Build and fixing version
number from 15.1.0.0 to 15.0.0.0 since we're using the version number from Visual Studio.
1 parent 70f936c commit aebc26c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/XMakeCommandLine/app.amd64.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@
3434
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
3535
<codeBase version="15.1.0.0" href="..\Microsoft.Build.Utilities.Core.dll"/>
3636
</dependentAssembly>
37+
<dependentAssembly>
38+
<assemblyIdentity name="Microsoft.Activities.Build" culture="neutral" publicKeyToken="31bf3856ad364e35" />
39+
<bindingRedirect oldVersion="4.0.0.0" newVersion="15.0.0.0" />
40+
</dependentAssembly>
3741
<dependentAssembly>
3842
<assemblyIdentity name="XamlBuildTask" culture="neutral" publicKeyToken="31bf3856ad364e35" />
39-
<bindingRedirect oldVersion="4.0.0.0" newVersion="15.1.0.0" />
43+
<bindingRedirect oldVersion="4.0.0.0" newVersion="15.0.0.0" />
4044
</dependentAssembly>
4145
</assemblyBinding>
4246
</runtime>

src/XMakeCommandLine/app.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@
3030
<assemblyIdentity name="Microsoft.Build.Utilities.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
3131
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
3232
</dependentAssembly>
33+
<dependentAssembly>
34+
<assemblyIdentity name="Microsoft.Activities.Build" culture="neutral" publicKeyToken="31bf3856ad364e35" />
35+
<bindingRedirect oldVersion="4.0.0.0" newVersion="15.0.0.0" />
36+
</dependentAssembly>
3337
<dependentAssembly>
3438
<assemblyIdentity name="XamlBuildTask" culture="neutral" publicKeyToken="31bf3856ad364e35" />
35-
<bindingRedirect oldVersion="4.0.0.0" newVersion="15.1.0.0" />
39+
<bindingRedirect oldVersion="4.0.0.0" newVersion="15.0.0.0" />
3640
</dependentAssembly>
3741
</assemblyBinding>
3842
</runtime>

0 commit comments

Comments
 (0)