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

Test dotnet ef on 3.1 #18316

Closed
bricelam opened this issue Oct 10, 2019 · 2 comments · Fixed by #18551
Closed

Test dotnet ef on 3.1 #18316

bricelam opened this issue Oct 10, 2019 · 2 comments · Fixed by #18551
Assignees
Labels
area-test closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@bricelam
Copy link
Contributor

Is the package correct?
Does it target the right runtime version?
Does it work on projects targeting older versions?

@bricelam
Copy link
Contributor Author

bricelam commented Oct 22, 2019

Doesn't install. File https://github.com/dotnet/cli/issues/12963

@bricelam
Copy link
Contributor Author

I tried to work around this by targeting 3.0, but hit this error during restore:

src\dotnet-ef\dotnet-ef.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.win-x64 with version (= 3.0.0-rc1.19422.2)

Couldn't figure out what's referencing Microsoft.AspNetCore.App. Gave up.

@bricelam bricelam added closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. and removed blocked labels Oct 23, 2019
@ajcvickers ajcvickers modified the milestones: 3.1.0, 3.1.0-preview2 Oct 24, 2019
@ajcvickers ajcvickers modified the milestones: 3.1.0-preview2, 3.1.0 Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-test closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants