teobugslayer / AvaloniaCoreRTDemo

A sample showing how to use Avalonia UI and CoreRT
MIT License
102 stars 19 forks source link

Unable to find package Microsoft.DotNet.ILCompiler #12

Closed gleblebedev closed 3 years ago

gleblebedev commented 3 years ago

Severity Code Description Project File Line Suppression State Error NU1101 Unable to find package Microsoft.DotNet.ILCompiler. No packages exist with this id in source(s): LocalProject, nuget.org AvaloniaCoreRTDemo C:\github\AvaloniaCoreRTDemo\src\AvaloniaCoreRTDemo.csproj 1

It seems it isn't needed in the project?

josephmoresena commented 3 years ago

Does it happen when running the build script?

teobugslayer commented 3 years ago

The latest commit should have resolved the issue.

josephmoresena commented 3 years ago

Thanks!