You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error log: C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(0,0): error MSB3243: No way to resolve conflict between "WindowsBase, Version=4.8.0.0, Culture=neutral, Public...
…ound (#640)
* Updating SdkReferences.targets so that LimitNetCoreAppReferences runs earlier than ResolveAssemblyReferences, after ResolveTargetingPacks. To ensure this happens, updating Sdk targets by bumping version in global.json to Preview 5 candidate.
It creates a side effect during nuget-restore for test-builds - adding a workaround for that. This side-effect nuget failure will go away when we fix our tests to use Microsoft.NET.Sdk (verified locally that this is so).
* We no longer need the private C++/CLI frontend - the current Dev16.1 P2 builds that are already on the build servers have the right tools. Removing that workaround.
* Proactively exclude RuntimeFrameworkVersion when $(WpfTest)==true
* Add temporary workaround for missing System.Runtime.CompilerServices.SuppressMergeCheckAttribute in System.Runtime
* LimitNetCoreAppReferences should now deal in @(Reference) which is the output from ResolveTargetingPacks - and not in @(ReferencePath)
Also There is no longer an OriginalItemSpec - so make up our own
@dotnet-mc-bot commented on Fri May 03 2019
There were a set of failures during this build. Here is a summary of these:
@robertborr
The text was updated successfully, but these errors were encountered: