Skip to content

Update Roslyn's transitive dependency on System.Formats.Asn1 #74725

Open
@marcpopMSFT

Description

@marcpopMSFT

This impacts 17.8, 17.10, and 17.11. The binary does not ship in the SDK but is pulled into the deps.json from Microsoft.Build->System.Security.Crytpography.Pkcs->System.Formats.Asn1.

There is no newer version of 7.0.0 so you'll have to pin to 8.0.1 I think though you should investigate what impact that'll have. Alternatively, you can get MSBuild to fix this and just update their version. Note that you appear to reference three different versions of MSBuild in 17.10/11 depending on whether you're building for netfx or source build.

17.8
Roslyn\Microsoft.Build.Tasks.CodeAnalysis.deps.json: "System.Formats.Asn1/6.0.0": {c

17.10
17.11
Roslyn\Microsoft.Build.Tasks.CodeAnalysis.deps.json: "System.Formats.Asn1/7.0.0": {

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions