Skip to content

Commit

Permalink
Fix Typo in EF Core Description (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
preardon authored Oct 12, 2022
1 parent 9af1304 commit 9afcc12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>TThis is the MsSql Connection provider to obtain the connection from Entity Framework Core.</Description>
<Description>This is the MsSql Connection provider to obtain the connection from Entity Framework Core.</Description>
<Authors>Paul Reardon</Authors>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<PackageTags>RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
Expand Down

0 comments on commit 9afcc12

Please sign in to comment.