Skip to content

Commit

Permalink
Fixed test target frameworks (#7090)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored May 6, 2024
1 parent b765e1f commit 50b3f50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/HotChocolate/AzureFunctions/test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<AssemblyName>HotChocolate.Subscriptions.RabbitMQ.Tests</AssemblyName>
<RootNamespace>HotChocolate.Subscriptions.RabbitMQ</RootNamespace>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 50b3f50

Please sign in to comment.