Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 gRPC 服务,该服务需要能够在其自身的多个实例之间同步,我有计划这样做,但我不知道如何配置 C# 项目文件以允许我同时使用两者客户端和服务器文件,而不生成文件的两个副本。
可能吗?