Skip to content

Commit

Permalink
add warning exclusion
Browse files Browse the repository at this point in the history
Signed-off-by: OlegDokuka <[email protected]>
  • Loading branch information
OlegDokuka committed Oct 10, 2024
1 parent 0e7ef53 commit b3e87c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rewrite/src/Rewrite.CSharp/Rewrite.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-1.final" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-1.final" NoWarn="NU5104"/>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-1.final" NoWarn="NU5104" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-1.final" NoWarn="NU5104"/>
<PackageReference Include="Rewrite.Remote" Version="$(RewriteRemoteVersion)"/>
</ItemGroup>

Expand Down

0 comments on commit b3e87c3

Please sign in to comment.