Skip to content

Commit c437bff

Browse files
Rollback to using 6.0 MSFT libraries (#7482)
Upgrading to 8.x for system libraries caused some DLL hell issues on downstream dependencies that don't dual-target: akkadotnet/Akka.Management#3079
1 parent e52b815 commit c437bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<HoconVersion>2.0.3</HoconVersion>
3939
<ConfigurationManagerVersion>6.0.1</ConfigurationManagerVersion>
4040
<MultiNodeAdapterVersion>1.5.25</MultiNodeAdapterVersion>
41-
<MicrosoftLibVersion>[8.0.*,)</MicrosoftLibVersion>
42-
<MsExtVersion>[8.0.*,)</MsExtVersion>
41+
<MicrosoftLibVersion>[6.0.*,)</MicrosoftLibVersion>
42+
<MsExtVersion>[6.0.*,)</MsExtVersion>
4343
<AkkaAnalyzerVersion>0.3.0</AkkaAnalyzerVersion>
4444
<AkkaPackageTags>akka;actors;actor model;Akka;concurrency</AkkaPackageTags>
4545
</PropertyGroup>

0 commit comments

Comments
 (0)