Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The
packcommand for SDK-style projects is not supported, usedotnet packormsbuild -t:packto pack this project instead. You can override this behavior by setting the 'NUGET_ENABLE_LEGACY_CSPROJ_PACK' environment variable to 'true'.
Issue
NuGet.exe pack should not be used to generate packages for SDK-style projects.
Solution
Use dotnet pack or msbuild -t:pack instead.
It recommended that you do not use the legacy csproj pack experience as it generates incomplete packages.