Skip to content

Commit

Permalink
Fix the shovel target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Aug 20, 2021
1 parent cf60890 commit d49da67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/Eventuous.Shovel/Eventuous.Shovel.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0"/>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public static EventStoreClientSettings Copy(this EventStoreClientSettings settin
DefaultCredentials = settings.DefaultCredentials,
LoggerFactory = settings.LoggerFactory,
OperationOptions = settings.OperationOptions,
CreateHttpMessageHandler = settings.CreateHttpMessageHandler
};
}
}

0 comments on commit d49da67

Please sign in to comment.