.NET Core 2.0 DLL loaded on server with just .NET 4.6 installed

118 views Asked by At

Imagine Jane is on Ubuntu and uses VSCode with .NET Core 2.0 SDK to create and push a NuGet package targeting netstandard2.0 to a repo.

Imagine I have a .NET 4.6.1 full framework project - its a Windows Service executable.

Since .NET Standard 2.0 is the common spec in the above and I'm using Visual Studio 2017 Update 3 and latest SDKs and stuff, I reference Jane's .nupkg.

I build and XCOPY my /bin/release to a server VM with just the .NET 4.6.1 Framework installed.

Will it run, or do I need to install anything else on the server?

0

There are 0 answers