Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Plans to support .net core 3.0

Dan Wolf
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 24, 2019

Currently .net core pipelines builds appear to use version 2.2 of the .net core sdk.  Are there plans or a timeline to add support for 3.0?

 

Example error message:

/usr/share/dotnet/sdk/2.2.402/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(137,5): error NETSDK1045: The current .NET SDK does not support targeting .NET Core 3.0

 

3 answers

2 votes
safeer_ahmad
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 27, 2019

I figured it out, we can specify the image in yml file like below.

 

image: microsoft/dotnet:3.0-sdk

Dan Wolf
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 27, 2019

This is a great start and I got further, but ultimately continued to encounter errors.  The sdk appears to be a preview version from 9 months ago.  In my use case, I need the official released 3.0.0 version.  Here's the output from dotnet --info on a pipeline agent.

 

+ dotnet --info
.NET Core SDK (reflecting any global.json):
Version: 3.0.100-preview-010184
Commit: c57bde4593
Runtime Environment:
OS Name: debian
OS Version: 9
OS Platform: Linux
RID: debian.9-x64
Base Path: /usr/share/dotnet/sdk/3.0.100-preview-010184/
Host (useful for support):
Version: 3.0.0-preview-27324-5
Commit: 63a01b08e5
.NET Core SDKs installed:
3.0.100-preview-010184 [/usr/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.App 3.0.0-preview-19075-0444 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.0.0-preview-27324-5 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
0 votes
jnisenson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 15, 2020

Update your bitbucket-pipelines.yml to reference a .NET Core 3.x Docker image and then it will work.

For .NET Core 3.1 - 

image: mcr.microsoft.com/dotnet/core/sdk:3.1
0 votes
safeer_ahmad
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 26, 2019

Hi, I'm also facing the same issue and need resolution asap. I can't move back to 2.2 !!!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events