Skip to content

Commit

Permalink
Remove useless lang version properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Feb 20, 2024
1 parent abc4703 commit 3049d03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/FluentModbus/FluentModbus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- default lang version is 7.3: https://docs.microsoft.com/de-de/dotnet/csharp/language-reference/configure-language-version -->
<LangVersion>10.0</LangVersion>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
Expand Down
2 changes: 0 additions & 2 deletions tests/FluentModbus.Tests/FluentModbus.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<PropertyGroup>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFramework>$(TargetFrameworkVersion)</TargetFramework>
<!-- default lang version is 7.3: https://docs.microsoft.com/de-de/dotnet/csharp/language-reference/configure-language-version -->
<LangVersion>10.0</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3049d03

Please sign in to comment.