Stream: dotnet
Topic: 0.92.1 failed on TFS
Yunwei Wang (May 05 2017 at 19:34):
Hi, I am trying to upgrade DSTU2 nuget from 0.91 to 0.92.1. But the build on TFS failed. I got error:
Yunwei Wang (May 05 2017 at 19:34):
Could not resolve this reference. Could not locate the assembly "Hl7.Fhir.DSTU2.Core, Version=0.92.1.0, Culture=neutral, PublicKeyToken=d706911480550fc3, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Yunwei Wang (May 08 2017 at 19:17):
What's the difference between 0.92.1 and 0.91.3? My TFS can build using 0.91.3 nuget package but failed to restore 0.92.1 package. My understanding is that 0.91.3 is on VS 2015 and 0.92 is on VS 2017. Is that correct?
Also what's new about 0.92.1? If I cannot solve the build problem, I have to stick with 0.91.3 now.
Brian Postlethwaite (May 11 2017 at 10:07):
There shouldn't be an issue using the NuGet packages from VS2015, only building it yourself will require VS2017
Last updated: Apr 12 2022 at 19:14 UTC