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

Two source-build prebuilts #67894

Closed
NikolaMilosavljevic opened this issue Apr 20, 2023 · 0 comments · Fixed by #67895
Closed

Two source-build prebuilts #67894

NikolaMilosavljevic opened this issue Apr 20, 2023 · 0 comments · Fixed by #67895
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead

Comments

@NikolaMilosavljevic
Copy link
Member

This PR introduced 2 new prebuilts: #67333

    <Usage Id="Microsoft.AspNetCore.App.Ref" Version="8.0.0-preview.3.23164.14" />
    <Usage Id="Microsoft.NETCore.App.Ref" Version="8.0.0-preview.3.23165.3" />

Ref-pack versions are specified statically, in https://github.com/dotnet/roslyn/blob/main/eng/targets/Imports.BeforeArcade.targets

Package version properties should be used, instead:

MicrosoftAspNetCoreAppRefPackageVersion
MicrosoftNETCoreAppRefPackageVersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant