Can anyone help me how to install .net standard 2.0 version in place of 2.1
I am using visual studio 2022
Loading
Can anyone help me how to install .net standard 2.0 version in place of 2.1
I am using visual studio 2022
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Sep 24, 2022, 2:37 PM
Hello Manju,
.net standard is not something you install, it is a legacy cross framework compatibility target. Basically, if .net was a class, .net standard would be an interface.
Sachin SinghPosted Sep 24, 2022, 3:43 PM
Also, if you target standard 2.1 then it will work without any issue with projects targeting standard 2.0