Skip to content

Commit

Permalink
Fixed HotChocolate.Data.EntityFramework assembly name.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Oct 15, 2020
1 parent 2a0605a commit 27c68fa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>HotChocolate.Data.EntityFramework</PackageId>
<AssemblyName>HotChocolate.Data</AssemblyName>
<AssemblyName>HotChocolate.Data.EntityFramework</AssemblyName>
<RootNamespace>HotChocolate.Data</RootNamespace>
<NoWarn>$(NoWarn);CA1062</NoWarn>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
Expand Down

0 comments on commit 27c68fa

Please sign in to comment.