-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Milestone
Description
We depend on a random preview version of Microsoft.Extensions.DiagnosticAdapter, which appears to be a deprecated package:
Line 162 in 10e3fe3
| <MicrosoftExtensionsDiagnosticAdapterVersion>5.0.0-preview.4.20180.4</MicrosoftExtensionsDiagnosticAdapterVersion> |
It's used by a bunch of tests/packages. We should figure out if we can stop using it or switch to a different version, since it appears to be the only thing forcing us to keep the dotnet5 feed in nuget.config:
Lines 7 to 8 in 10e3fe3
| <add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" /> | |
| <add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" /> |
CC @dotnet/aspnet-build
Metadata
Metadata
Assignees
Labels
area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared framework