You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>Various analyzers bundled with opinionated configuration</Description>
8
+
<NoWarn>$(NoWarn);NU5104;NU5128</NoWarn>
9
+
<!-- NU5104: A stable release of a package should not have a prerelease dependency.
10
+
See https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5104 -->
11
+
<!-- NU5128: Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location.
12
+
See https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5128 -->
0 commit comments