JsonByExampleGenerator icon indicating copy to clipboard operation
JsonByExampleGenerator copied to clipboard

Remove Microsoft.CodeAnalysis.CSharp.Workspaces

Open jjhayter opened this issue 2 years ago • 1 comments

Suggestion to make <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.2.0" /> a private asset to avoid nuget errors like below:

NU1605: Detected package downgrade: Microsoft.CodeAnalysis.CSharp.Workspaces from 4.2.0 to 3.8.0. Reference the package directly from the project to select a different version.

NuGetizer is already setup this way.

jjhayter avatar Oct 28 '22 14:10 jjhayter

Thanks. I'll look into it soon.

hermanussen avatar Oct 28 '22 14:10 hermanussen

Should be fixed now in version 0.10.0

hermanussen avatar Jan 06 '23 18:01 hermanussen