microsoft / artifacts-credprovider

The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET 8 is not supported yet

HeikeHofmann opened this issue · comments

We have installed .NET 6.0.417 and .NET 8.0.100\8.0.102 and we got this error:

C:\Program Files\dotnet\sdk\6.0.417\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.target
s(144,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or
lower, or use a version of the .NET SDK that supports .NET 8.0.

Problem: with installation of .NET 8 SDK, the dotnet.exe will be replaced. In this case, older build environments can't use the CredentialProvider anymore.