dev-resources.site
for different kinds of informations.
🏆Quick-win : Fix erreur NETSDK1045 avec .net 7 preview
Published at
8/30/2022
Categories
net
devops
errors
preview
Author
oliviermalea
Author
12 person written this
oliviermalea
open
Comment résoudre l'erreur : error NETSDK1045 The current .NET SDK does not support targeting .NET 7.0.
Dans un pipeline Azure DevOps, en utilisant le sdk .net6 dans une task de CI, aucun problème, tout fonctionne sans accroc, jusque là rien d'anormal.
L'extrait ci-dessous présente une task simple, issue d'un fichier yaml:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: 6.x
installationPath: $(Agent.ToolsDirectory)/dotnet
Lorsque vous utilisez le sdk .net7 (à l'heure actuelle en état de preview), celui-ci causera une belle erreur :
error NETSDK1045: The current .NET SDK does not support targeting .NET 7.0.
Pour résoudre ce problème, c'est très simple: ajoutez le paramètre includePreviewVersions: true, comme détaillé ci-dessous:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: 7.x
includePreviewVersions: true
installationPath: $(Agent.ToolsDirectory)/dotnet
C'est gagné !
preview Article's
23 articles in total
How To Solve The Problem of the Vanishing PDF Form Data
read article
Fileman - SFTP File Manager
read article
Unity 6 Preview: The Future of Game Development 🎮
read article
How to Quickly Combine PDF Files on Your Mac
read article
How to deploy and remove Vercel Preview Deployment from GitHub Actions
read article
Unleash Your Frontend Superpowers with Vercel
read article
Code brushes for GitHub Copilot
read article
How To Image Upload With Preview In Laravel 9
read article
How to Preview localhost Website on Mobile Phone
read article
🏆Quick-win : Fix erreur NETSDK1045 avec .net 7 preview
currently reading
Preview environments with Gitea, Drone and Netlify
read article
What's new in PreviewDevice 0.8.0
read article
The C# Source Generators revolution
read article
Preview environments per Pull Request using AWS CDK and Github Actions
read article
🏃 Hackathon progress
read article
New feature in Visual Studio 16.6.0 Preview 2, a better integration with Git and GitHub
read article
Preview replace results in Neovim
read article
WhatsApp link preview is weird
read article
📢 #1 Visual Studio Code Data Preview 🈸
read article
Checking In
read article
Making Customer's Lives Easier with Microsoft Office Preview
read article
VSCode Data Preview 🈸 💎 for devs around the 🌐
read article
📢 VSCode Data Preview 🈸 November 2019 Update
read article
Featured ones: