Skip to content

Commit

Permalink
(RSRP-489331) Build: remove workaround for a fixed issue in the inspe…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
ForNeVeR committed Jul 21, 2023
1 parent 33b0101 commit 4285605
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rd-net/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
<Nullable Condition="'$(Nullable)' == ''">enable</Nullable>

<DefineConstants>JET_MODE_ASSERT</DefineConstants>
<!-- TODO: CS8632 is redundant here but added to suppress inspections in ReSharper/Rider, see RSRP-489331 -->
<NoWarn Condition="'$(TargetFramework)' == 'net35'">nullable;CS8632</NoWarn>
<NoWarn Condition="'$(TargetFramework)' == 'net35'">nullable</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net472" Condition="'$(TargetFramework)' == 'net472'" Version="1.0.3">
Expand All @@ -35,4 +34,4 @@
<None Include="$(MSBuildThisFileDirectory)\..\THIRD-PARTY-NOTICES.TXT" Pack="true" PackagePath=""/>
<None Include="$(MSBuildThisFileDirectory)\third-party-libraries.json" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
</Project>

0 comments on commit 4285605

Please sign in to comment.