microsoft / artifacts-credprovider

The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.
MIT License
747 stars 709 forks source link

.NET 8 is not supported yet #496

Open HeikeHofmann opened 1 month ago

HeikeHofmann commented 1 month ago

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.