1

I just installed Visual Studio 16.1.0 recently. I can no longer target .NET Standard 3.0 or .NET Core 3.0 and when I go to Tools > Options > Projects and Solutions > .NET Core there is no checkbox to enable preview releases.

enter image description here

I do have .NET Core 3.0.100-preview 4 installed as well

enter image description here

I have repaired Visual Studio, uninstall/install, and for some reason, I have no option to enable preview releases. I'm hoping that this will also solve my TFS build issue since my machine is a build agent.

0

1 Answer 1

3

I have repaired Visual Studio, uninstall/install, and for some reason, I have no option to enable preview releases. I'm hoping that this will also solve my TFS build issue since my machine is a build agent.

You are looking in the incorrect location.

enter image description here

Source: Use Previews of the .Net Core SDK CheckBox is now missing from VS 2019 in Tools --> Options

I do have .NET Core 3.0.100-preview 4 installed as well

Having the .NET Core SDK installed isn't actually required to enable this particular feature.

1

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .