RuiJi.Net icon indicating copy to clipboard operation
RuiJi.Net copied to clipboard

add netstandard 2.0 target

Open RockNHawk opened this issue 6 years ago • 0 comments

今天想在项目里用 Ruijit 的 dll,不过发现 nuget 上发布的是 .NET Core 版本,.NET Framework 项目无法引用。 我直接修改了 Ruijit.NET 源码的编译 target 试了下编译 target 里面直接添加"netstandard 2.0" 可以直接编译通过的,这样就 Core 和 Framework 两个都能用了。

https://github.com/zhupingqi/RuiJi.Net/issues/8

RockNHawk avatar Sep 03 '19 01:09 RockNHawk