Closed as not planned
Closed as not planned
Description
Describe the bug
When I'm using net 8.0 RC during build I don't get System
NuGet dlls in the bin folder. For net 7.0 I would get it, thats why I'm assuming it's a bug.
To Reproduce
Simply create a new console application. Change <TargetFramework>net8.0</TargetFramework>
to <TargetFrameworks>net8.0;net7.0</TargetFrameworks>
Add System.Text.Json
package. Build the project and then compare bin folders:
- in net7.0 folder there would be
System.Text.Encodings.Web.dll
andSystem.Text.Json.dll
- in net8.0 folder there won't be those dlls