zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
325 stars 215 forks source link

Xamarin hello demo build failure #34

Closed pepone closed 5 years ago

pepone commented 5 years ago
Severity    Code    Description    Project    File    Line    Suppression State
Warning    NU1603    Microsoft.NETCore.UniversalWindowsPlatform 6.2.0-preview1-26926-04 depends on Microsoft.Net.Native.Compiler (>= 2.2.0-rel-26924-00) but Microsoft.Net.Native.Compiler 2.2.0-rel-26924-00 was not found. An approximate best match of Microsoft.Net.Native.Compiler 2.2.0-rel-26924-01 was resolved.    hello.UWP    C:\Users\bernard\builds\ice-demos\xamarin\Ice\hello\hello.UWP\hello.UWP.csproj    1   

I think the failure is related to the use of a preview package, and those not being enabled by default, we should go back to the stable version.