Supporting .NET Core 3.0 previews
Does anyone know if it is possible to target newer previews of .NET Core 3 when targeting the Visual Studio 2019 Preview image? I'm trying the following YAML:
image: Visual Studio 2019 Preview
before_build:
- ps: dotnet --list-sdks
which generates a long list of old .NET Core versions + this one from 3.0:
3.0.100-preview-009812
I would like to be able to target preview 7 (3.0.100-preview7-012821) or maybe even preview 8.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Christian Olsen on 21 Aug, 2019 02:08 PM
I second that question, any insight or help to get a newer version of the .Net Core 3 preview SDK would be greatly appreciated.
2 Posted by mathieu.cartoix... on 14 Oct, 2019 03:03 PM
A bit late now, but might be useful for other versions. You can install your own version of .NET Core using the
dotnet-install
script. For instance: