Skip to content

Commit 94bcc66

Browse files
upgrade MSFT.EXT and BCL libraries to 8.0+ (#7460)
* upgrade MSFT.EXT and BCL libraries to 8.0+ time to upgrade to the next set of LTS * can't use langversion 13.0 without .NET 9 * Added `FSharpVersion` back Akka.Tests.Shared.Internals needs it in order for our C# `FsCheck` helpers to work
1 parent 81b94f4 commit 94bcc66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616
<!-- Set the language version for C# if we're not inside an F# project -->
1717
<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'">
18-
<LangVersion>11.0</LangVersion>
18+
<LangVersion>12.0</LangVersion>
1919
</PropertyGroup>
2020
<PropertyGroup>
2121
<XunitVersion>2.8.1</XunitVersion>
@@ -38,8 +38,8 @@
3838
<HoconVersion>2.0.3</HoconVersion>
3939
<ConfigurationManagerVersion>6.0.1</ConfigurationManagerVersion>
4040
<MultiNodeAdapterVersion>1.5.25</MultiNodeAdapterVersion>
41-
<MicrosoftLibVersion>[6.0.*,)</MicrosoftLibVersion>
42-
<MsExtVersion>[6.0.*,)</MsExtVersion>
41+
<MicrosoftLibVersion>[8.0.*,)</MicrosoftLibVersion>
42+
<MsExtVersion>[8.0.*,)</MsExtVersion>
4343
<AkkaAnalyzerVersion>0.3.0</AkkaAnalyzerVersion>
4444
<AkkaPackageTags>akka;actors;actor model;Akka;concurrency</AkkaPackageTags>
4545
</PropertyGroup>

0 commit comments

Comments
 (0)