Skip to content

Commit

Permalink
Merge branch 'dev' into Fix-Shard-failed-to-unwrap-buffered-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Jan 13, 2025
2 parents b810103 + 94bcc66 commit 3370550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<!-- Set the language version for C# if we're not inside an F# project -->
<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'">
<LangVersion>11.0</LangVersion>
<LangVersion>12.0</LangVersion>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.8.1</XunitVersion>
Expand All @@ -38,8 +38,8 @@
<HoconVersion>2.0.3</HoconVersion>
<ConfigurationManagerVersion>6.0.1</ConfigurationManagerVersion>
<MultiNodeAdapterVersion>1.5.25</MultiNodeAdapterVersion>
<MicrosoftLibVersion>[6.0.*,)</MicrosoftLibVersion>
<MsExtVersion>[6.0.*,)</MsExtVersion>
<MicrosoftLibVersion>[8.0.*,)</MicrosoftLibVersion>
<MsExtVersion>[8.0.*,)</MsExtVersion>
<AkkaAnalyzerVersion>0.3.0</AkkaAnalyzerVersion>
<AkkaPackageTags>akka;actors;actor model;Akka;concurrency</AkkaPackageTags>
</PropertyGroup>
Expand Down

0 comments on commit 3370550

Please sign in to comment.