Replies: 1 comment 18 replies
-
Although it's possible to bundle 8.0 you might run into some issues that way; can you just use 7.0? Visual Studio 17.9 Previews do now ship 8.0. |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I created an analyzer in a net8 project latest version of VS (17.8.6). All works, all unit tests work. But when I put the package in another project I have an error CS8032 for System.Collection.Immutable 8.0.0.0. I saw that in the VS folder it uses 7.0.0.0
I can't find a solution to make this work. Do you have any solutions?
Beta Was this translation helpful? Give feedback.
All reactions