Surpressing alpha warning for workflows

Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
This commit is contained in:
Ryan Lettieri 2023-02-05 15:07:07 -07:00
parent 9bb624efbe
commit 8013bdc7ed
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<NoWarn>612,618</NoWarn>
</PropertyGroup>
<ItemGroup>