Skip to content

Commit

Permalink
Merge pull request #189 from shubhamranjan/chores
Browse files Browse the repository at this point in the history
Fix target monikers and apply code analysis suggestions
  • Loading branch information
shubhamranjan committed Oct 19, 2023
2 parents 90eee41 + dd54dbf commit 8dcc40e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dotnet-etcd/dotnet-etcd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Advanced uses take advantage of the consistency guarantees to implement database
<PackageReleaseNotes>* Package Updates
* Bug fixes</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AnalysisLevel>5.0-all</AnalysisLevel>
<AnalysisLevel>latest-recommended</AnalysisLevel>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion dotnet-etcd/multiplexer/Connection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace dotnet_etcd.multiplexer
{
internal class Connection
internal sealed class Connection
{
internal KV.KVClient _kvClient;

Expand Down

0 comments on commit 8dcc40e

Please sign in to comment.