繁体   English   中英

跨平台 Nuget 库

[英]Cross Platform Nuget Library

I have a xamarin forms app that has a common project and one android, one ios and one uwp apps. 这三个应用程序都有一个扫描仪检测服务,它们有不同的实现。 My goal is to make a nuget library which will have IScannerService.cs this interface will have few function and have a different implementaion for android,ios and uwp. 然后我需要安装 nuget 库。 它会自动从 nuget 到所需项目的 map uwp 扫描仪实施。

按照文档步骤创建跨平台库 NuGet中的说明进行操作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM