You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and Directory.Packages.props files. Currently when adding Aspire Orchestrator Support to an existing web app you get this error:
Severity Code Description Project File Line Suppression State
Error NU1008 Projects that use central package version management should not define the version on the PackageReference items but on the PackageVersion items: OpenTelemetry.Instrumentation.AspNetCore;OpenTelemetry.Instrumentation.GrpcNetClient;OpenTelemetry.Exporter.OpenTelemetryProtocol;OpenTelemetry.Instrumentation.Runtime;Microsoft.Extensions.Http.Resilience;Microsoft.Extensions.ServiceDiscovery;OpenTelemetry.Extensions.Hosting;OpenTelemetry.Instrumentation
ServiceDefaults.csproj 1
and AppHost.csproj (which only has one reference but still includes the version in the csproj file).
The text was updated successfully, but these errors were encountered:
Add support for solutions using:
and
Directory.Packages.props
files. Currently when adding Aspire Orchestrator Support to an existing web app you get this error:Severity Code Description Project File Line Suppression State
Error NU1008 Projects that use central package version management should not define the version on the PackageReference items but on the PackageVersion items: OpenTelemetry.Instrumentation.AspNetCore;OpenTelemetry.Instrumentation.GrpcNetClient;OpenTelemetry.Exporter.OpenTelemetryProtocol;OpenTelemetry.Instrumentation.Runtime;Microsoft.Extensions.Http.Resilience;Microsoft.Extensions.ServiceDiscovery;OpenTelemetry.Extensions.Hosting;OpenTelemetry.Instrumentation
ServiceDefaults.csproj 1
and AppHost.csproj (which only has one reference but still includes the version in the csproj file).
The text was updated successfully, but these errors were encountered: