Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump DependencyModel to latest version #13471

Closed
oleksandr-didyk opened this issue May 9, 2023 · 0 comments · Fixed by #13473
Closed

Bump DependencyModel to latest version #13471

oleksandr-didyk opened this issue May 9, 2023 · 0 comments · Fixed by #13473

Comments

@oleksandr-didyk
Copy link
Contributor

Required by dotnet/runtime#81468
Related to dotnet/runtime#84925

Microsoft.Extensions.DependencyModel: 6.0.0 is used by Microsoft.DotNet.SharedFramework.Sdk. When a certain downstream repo (for example runtime) utilizes the package, the DependencyModel is being loaded in during build time.

In source-build context, DependencyModel: 6.0.0 is a pre-built for Arcade. To resolve this, in the past we have added an SBRP for the said package. However, as mentioned above, in certain use-cases the dependency gets loaded in during build time, failing the build as a reference package cannot be loaded for execution.

Since we cannot use a historic version and we cannot get rid of the dependency (see Viktor's comment), we need to utilize the latest version of the package. In this case, an intermediate would be used for the dependency, allowing it to be loaded during the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant