Skip to content

SDK requirements on a project using these packages? #4736

Discussion options

You must be logged in to vote

Some of our packages contain generators, and those build against Roslyn 4.4.0, which means that if you want to build in visual studio, you'll want to be using Visual Studio 2022 17.4 or later (see Roslyn and VS version mappings for more info).

For building from the command line, you will also need to have at least 17.4 MSBuild, which means that either a 7.0 or an 8.0 SDK should be sufficient.

Is the compatibility covered by automated tests?

All of our tests and builds are against 8.0 SDKs, we don't currently have anything ensuring that 7.0 SDKs also work, but there shouldn't be a reason why this wouldn't work. If you have a 7.0 SDK and trying to consume a package and having issues, plea…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@KalleOlaviNiemitalo
Comment options

@RussKie
Comment options

@KalleOlaviNiemitalo
Comment options

@joperezr
Comment options

Answer selected by joperezr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants