archlinux arm - .Net Core 2.0 publish, dependency missing -


i have same hello world project (which create template) on 2 separate computers, 1 created , copied other pc. both have .net core 2.0, , i'm using command line build: "dotnet publish -r linux-arm".

for while worked on both, 1 of them stops on console.writeline exeption doesn't find system.runtime.extensions. , build it's not there in folder (the dll), not referenced in "consoleapp1.deps.json", that's difference between 2 builds, source 100% same.

i tried removing .net core installations pc, , vs2017 preview , reinstalling .net core 2.0 (tried right after uninstallation , didn't recognize dotnet command)

if replace dependency file , add dll failing build, works.

i had delete "c:\users{user}.nuget\packages", "dotnet restore", afterwards build ran fine


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -