Unable to build the ASP Net Core 7 in azure devops pipeline CI

0 votes

ASP.Net Core 7 cannot be built in the Azure Devops Pipeline (CI) using the Classic pipeline and the ASP.Net Core template.

Error message : 

##[error] C:\Program Files\dotnet\sdk\6.0.203\Sdks\ Microsoft.NET.Sdk\targets\

Microsoft.NET.TargetFrameworkInference.targets(144,5): 

Error NETSDK1045: 

The current.NET SDK does not support.NET 7.0 targeting. 

Either target.NET 6.0 or lower, or use a.NET SDK version that supports.NET 7.0.

Dec 19, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
1,369 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes

Create a task to instal the required.NET version. (You can modify 7.x to be more specific)

  - task: UseDotNet@2
    displayName: 'Use .NET Core SDK 7.x'
    inputs:
      packageType: sdk
      version: '7.x'
      installationPath: $(Agent.ToolsDirectory)/dotnet
answered Dec 21, 2022 by Nicholas
• 7,760 points

edited Mar 5
0 votes
First in the repos check the .Csprojfile

<PropertyGroup>

    <TargetFramework>net7.0</TargetFramework>

as per the target framework we should build using Same .Net version only and we should build with .Net core 7.0.x and add nuget restore task and the pipeline will run without issue.
answered Jan 23, 2023 by anonymous

edited Mar 5

Related Questions In DevOps on Cloud

0 votes
1 answer

What is the correct way to setup Azure Artifacts in Azure DevOps?

Refer: https://docs.microsoft.com/en-us/azure/devops/artifacts/get-started-maven?view=azure-devops this will show you how to create ...READ MORE

answered Apr 5, 2022 in DevOps on Cloud by narikkadan
• 63,600 points
631 views
0 votes
0 answers
0 votes
1 answer
0 votes
1 answer

I am looking for a python code to get my Azure VM status in my email , like whether the running vms port is open to the internet. If its open to internet I should get a mail notification

Hey, @Sourav, Check this out https://www.edureka.co/community/66025/azure-vm-monitoring It deals with ...READ MORE

answered May 29, 2020 in DevOps on Cloud by Sirajul
• 59,230 points
2,106 views
0 votes
1 answer

How can we publish html test reports in azure devops build results?

This might help you. Have a look ...READ MORE

answered Oct 12, 2020 in DevOps on Cloud by Kriti

edited Oct 27, 2021 by Sarfaraz 9,078 views
0 votes
0 answers

Basic Azure DevOps flow for ASP .Net

I have a custom build script and ...READ MORE

Apr 20, 2022 in Other DevOps Questions by Kichu
• 19,040 points
613 views
0 votes
1 answer

powerbi embeded in .net core 1.1

See if it helps: https://www.nuget.org/packages/PowerBI.NetStandar ...READ MORE

answered Nov 28, 2018 in Power BI by Upasana
• 8,620 points
1,779 views
0 votes
1 answer

Power BI Embedded : Importing Packages

This should help you out. https://www.nuget.org/packages/PowerBI.N ...READ MORE

answered Apr 3, 2019 in Power BI by Shubham
• 13,490 points
954 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP