What makes the difference about that reference dotnetty on net461 and net45?
- Dominant language
- C#
- Stars
- 4.3k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
the project is
```
net452;net461;netstandard2.0
```
The build results of net45 and net461 are different.
net45's build result has a little thing

but at net461 wow....

Why is this? It's urgent and critical. I think this may be the cause of some problems in my project. And I don't want to use source code direct, It may cause trouble to be upgrades.
Is there some config of nuget package are deffent with other packages?
[ReferenceTest.zip](https://github.com/Azure/DotNetty/files/2140285/ReferenceTest.zip)
Contributor guide
Assessment
This issue has not been assessed yet.