microsoft / HealthClinic.biz

The samples contained in this repo are used to present an end-to-end demo scenario based on a fictitious B2B and multitenant system, named “HealthClinic.biz” that provides different websites, mobile apps, desktop apps, wearable apps, and services running on the latest Microsoft and open technologies aligned with announcements to showcase during the Connect(); 2015 event. The current published version works with Visual Studio 2015 Update 1 RC bits and ASP.NET 5.0 Beta 8. The final version used at Connect(); 2015 will be published soon.
http://aka.ms/Connect
MIT License
496 stars 292 forks source link

01_Demos_ASPNET5 - Build Solution Warnings #10

Closed jaseva closed 8 years ago

jaseva commented 8 years ago

Hi Everyone,

I did a fresh install of VS2015 on a newly created VM (VMware) and am receiving warnings when I am trying to deploy the backend services found in 01_Demos_ASPNET5.

Any assistance would be greatly appreciated.

Thanks

5>------ Rebuild All started: Project: MyHealth.Web, Configuration: Debug Any CPU ------

5>C:\Users\admin\Documents\GitHub\HealthClinic.biz\src\MyHealth.Office365\project.json(19,33,19,33): DNX Core 5.0 warning NU1007: Dependency specified was Microsoft.CSharp >= 4.0.1-beta-23409 but ended up with Microsoft.CSharp 4.0.1-beta-23516.

5>C:\Users\admin\Documents\GitHub\HealthClinic.biz\src\MyHealth.Office365\project.json(19,33,19,33): DNX Core 5.0 warning NU1007: Dependency specified was Microsoft.CSharp >= 4.0.1-beta-23409 but ended up with Microsoft.CSharp 4.0.1-beta-23516.

jaseva commented 8 years ago

I was successfully able to publish the apps despite receiving warnings during the build process.