Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/MSBuild/app.amd64.config
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@
<!-- Redirects for components dropped by Visual Studio -->
<dependentAssembly>
<assemblyIdentity name="Microsoft.Activities.Build" culture="neutral" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="4.0.0.0" newVersion="17.0.0.0" />
<bindingRedirect oldVersion="4.0.0.0" newVersion="18.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="XamlBuildTask" culture="neutral" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="4.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
<bindingRedirect oldVersion="4.0.0.0-18.0.0.0" newVersion="18.0.0.0" />
</dependentAssembly>

<!-- Workaround for crash in C++ CodeAnalysis scenarios due to https://github.com/dotnet/msbuild/issues/1675 -->
Expand Down
8 changes: 4 additions & 4 deletions src/MSBuild/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@
<!-- Redirects for components dropped by Visual Studio -->
<dependentAssembly>
<assemblyIdentity name="Microsoft.Activities.Build" culture="neutral" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="4.0.0.0" newVersion="17.0.0.0" />
<codeBase version="17.0.0.0" href=".\amd64\Microsoft.Activities.Build.dll" />
<bindingRedirect oldVersion="4.0.0.0" newVersion="18.0.0.0" />
<codeBase version="18.0.0.0" href=".\amd64\Microsoft.Activities.Build.dll" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="XamlBuildTask" culture="neutral" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="4.0.0.0-17.0.0.0" newVersion="17.0.0.0" />
<codeBase version="17.0.0.0" href=".\amd64\XamlBuildTask.dll" />
<bindingRedirect oldVersion="4.0.0.0-18.0.0.0" newVersion="18.0.0.0" />
<codeBase version="18.0.0.0" href=".\amd64\XamlBuildTask.dll" />
</dependentAssembly>

<!-- Workaround for crash in C++ CodeAnalysis scenarios due to https://github.com/dotnet/msbuild/issues/1675 -->
Expand Down