Remove `#if NETCOREAPP` There is nothing net core specific about the assertions...
authorMike Voorhees <mrvoorhe@users.noreply.github.com>
Tue, 18 Jul 2023 03:07:41 +0000 (23:07 -0400)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 03:07:41 +0000 (22:07 -0500)
commit9a6717905068b70385c1d1bfa5a0a4097aef509e
tree35ab76bd592a7fa31147ff625f5a275e41fde6c0
parent9fedcc558e8496424ee6af9fd3062c27ea3fd6e7
Remove `#if NETCOREAPP`   There is nothing net core specific about the assertions in this test.  No other tests in the `PreserveDependencies` folder have kept attributes inside of `#if NETCOREAPP` (#89041)

`DynamicDependencyOnUnusedMethodInNonReferencedAssemblyWithCopyUsedAction` is the same scenario and doesn't need the #ifs either
src/tools/illink/test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyOnUnusedMethodInNonReferencedAssemblyWithCopyUsedAction.cs
src/tools/illink/test/Mono.Linker.Tests.Cases/PreserveDependencies/PreserveDependencyOnUnusedMethodInNonReferencedAssemblyWithCopyUsedAction.cs