A game framework written with osu! in mind.

Add NU5104 to NoWarn.

+1 -1
+1 -1
osu.Framework/osu.Framework.csproj
··· 7 7 <AssemblyName>osu.Framework</AssemblyName> 8 8 <Description>A 2D application/game framework written with rhythm games in mind.</Description> 9 9 <GenerateDocumentationFile>true</GenerateDocumentationFile> 10 - <NoWarn>1591</NoWarn> 10 + <NoWarn>$(NoWarn);CS1591;NU5104</NoWarn> 11 11 <DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS</DefineConstants> 12 12 </PropertyGroup> 13 13 <PropertyGroup Label="Nuget">