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.
我有一个引用包的 F# 脚本
%USERPROFILE%\.nuget\packages
FSI 很满意
#I @"C:\Users\Username\.nuget\packages"
但不是
#I @"%USERPROFILE%\.nuget\packages"
路径如何#I成为当前用户的 nuget 包目录?
#I