danies8
danies8
Can you attaced screen cast how to install it through android manager.
In future when I will update Vs preview to new version I will need to update Vs only or to uninstall Vs and install it from scratch beacue of this...
@ViktorHofer What is the ref folder see full exception above? ``` 2>Metadata file 'C:\Users\danis\Desktop\1\AutomationClient\AutomationClient.API\obj\Release\net6.0\win-x64\**ref**\AutomationClient.API.dll' could not be found 2>Metadata file 'C:\Users\danis\Desktop\1\AutomationClient\AutomationClient.Shared\obj\Release\net6.0\win-x64\**ref**\AutomationClient.Shared.dll' could not be found ```
net6.0 is missing in obj folder , I think.
[info.txt](https://github.com/dotnet/msbuild/files/9617993/info.txt)
Any answer how to fix it?
The worker service have reference for two class library
Thanks @ViktorHofer . @rainersigwald can you please answer , I need to supply it to our customer?
Steps to reproduce the bug: 1.Create worker service project. 2. Add class library. 3. Add ref to this library. 4. Publish the service with this definitions: 5.  6.Error, win...
Thanks for fast answer. 1.in preview 2.1 is not reproduced at all ? When deployed service worker with reference to class library ? 2.where the global.json appear in worker service...