Skip to content

Commit

Permalink
Merge pull request #2444 from OmniSharp/dev/jorobich/add-comments
Browse files Browse the repository at this point in the history
Add comment to app.config explaining System.Memory versioning
  • Loading branch information
filipw authored Sep 1, 2022
2 parents fcc960c + c4fd91a commit bda8cf1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/OmniSharp.Http.Driver/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@

<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<!-- System.Memory assembly version does not align with the NuGet package version.
Package version 4.5.5 ships with assembly version 4.0.1.2 -->
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
</assemblyBinding>
Expand Down
2 changes: 2 additions & 0 deletions src/OmniSharp.Stdio.Driver/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@

<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<!-- System.Memory assembly version does not align with the NuGet package version.
Package version 4.5.5 ships with assembly version 4.0.1.2 -->
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
</assemblyBinding>
Expand Down
2 changes: 2 additions & 0 deletions tests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@

<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<!-- System.Memory assembly version does not align with the NuGet package version.
Package version 4.5.5 ships with assembly version 4.0.1.2 -->
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
</assemblyBinding>
Expand Down

0 comments on commit bda8cf1

Please sign in to comment.