Skip to content

Net 8.0 RC During build System.Text.Json NuGet isn't copied to bin folder (in net 7.0 its still copied)  #35816

Closed as not planned
@GC-Configit

Description

@GC-Configit

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 and System.Text.Json.dll
  • in net8.0 folder there won't be those dlls

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions