ASP.NET Core #2800
ASP.NET Core
#2800
Replies: 1 comment
-
Asp.Net core is only needed for the HTTPS transport of the Server. So If you don't need this you can remove the OPC.HTTPS package reference to get rid of the dependency. If you are using the combined nuget package you would have to switch to the separate server/client/core nuget packages instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If this is not the right place to ask this type of question, please direct me elsewhere. Anyways, here comes the question. One of our customers requires that .NET Core be removed from their machines, but it appears that because UA .NETStandard makes use of ASP.NET Core, this is not going to be possible. Or am I confused? And if I'm correct, are there plans to dump .NET Standard/Core and move to .NET? If so, when?
Thanks,
Dmitry
Beta Was this translation helpful? Give feedback.
All reactions