Skip to content

Commit

Permalink
Merge pull request #79501 from raulsntos/dotnet/warnings/NU5128
Browse files Browse the repository at this point in the history
C#: Suppress NU5128 warning
  • Loading branch information
YuriSizov committed Aug 2, 2023
2 parents d7f0782 + f2e9cbf commit 0a9006a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<!-- Do not include the generator as a lib dependency -->
<IncludeBuildOutput>false</IncludeBuildOutput>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" PrivateAssets="all" />
Expand Down

0 comments on commit 0a9006a

Please sign in to comment.