Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Warning: Dependency specified was Microsoft.AspNetCore.Diagnostics.Elm but ended up with Microsoft.AspNetCore.Diagnostics.Elm 0.1.0 #239

Closed
mikeharder opened this issue May 25, 2017 · 0 comments
Assignees

Comments

@mikeharder
Copy link
Contributor

mikeharder commented May 25, 2017

C:\Users\mharder\.dotnet\x64\sdk\2.0.0-preview2-006127\NuGet.targets(98,5): Dependency specified was Microsoft.AspNetCore.Diagnostics.Elm  but ended up with Microsoft.AspNetCore.Diagnostics.Elm 0.1.0. [D:\Git\Entropy\.build\KoreBuild.proj]

Root cause is that AspNetCoreLabsVersion was incorrectly removed from dependencies.props in #217, but the property is still used by samples/Logging.Elm/Logging.Elm.csproj:

<PackageReference Include="Microsoft.AspNetCore.Diagnostics.Elm" Version="$(AspNetCoreLabsVersion)" />
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant