Skip to content

Commit

Permalink
remove redundant langversion (#6902)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Sep 6, 2023
1 parent 42fbc83 commit 067bd76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<PropertyGroup>
<AssemblyTitle>Akka.Cluster.Metrics.Tests</AssemblyTitle>
<TargetFrameworks>$(NetFrameworkTestVersion);$(NetTestVersion)</TargetFrameworks>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 067bd76

Please sign in to comment.