Skip to content

Commit

Permalink
Rollback to using 6.0 MSFT libraries (#7482)
Browse files Browse the repository at this point in the history
Upgrading to 8.x for system libraries caused some DLL hell issues on downstream dependencies that don't dual-target: akkadotnet/Akka.Management#3079
  • Loading branch information
Aaronontheweb authored Jan 22, 2025
1 parent e52b815 commit c437bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<HoconVersion>2.0.3</HoconVersion>
<ConfigurationManagerVersion>6.0.1</ConfigurationManagerVersion>
<MultiNodeAdapterVersion>1.5.25</MultiNodeAdapterVersion>
<MicrosoftLibVersion>[8.0.*,)</MicrosoftLibVersion>
<MsExtVersion>[8.0.*,)</MsExtVersion>
<MicrosoftLibVersion>[6.0.*,)</MicrosoftLibVersion>
<MsExtVersion>[6.0.*,)</MsExtVersion>
<AkkaAnalyzerVersion>0.3.0</AkkaAnalyzerVersion>
<AkkaPackageTags>akka;actors;actor model;Akka;concurrency</AkkaPackageTags>
</PropertyGroup>
Expand Down

0 comments on commit c437bff

Please sign in to comment.