Skip to content

Commit

Permalink
Removed unnecessary properties from Fusion-vnext property files (#7761)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Nov 26, 2024
1 parent ee644c9 commit 5963739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 1 addition & 6 deletions src/HotChocolate/Fusion-vnext/src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />
<Import Project="$([MSBuild]::GetPathOfFileAbove('Nullable.props', '$(MSBuildThisFileDirectory)..\'))" />

<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);CA1812</NoWarn>
</PropertyGroup>

<PropertyGroup>
<IsAotCompatible>true</IsAotCompatible>
<NoWarn>$(NoWarn);CA1812</NoWarn>
</PropertyGroup>

</Project>
4 changes: 1 addition & 3 deletions src/HotChocolate/Fusion-vnext/test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />

<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5963739

Please sign in to comment.