Hi @Zhu, Henry
One suggestion I have using CopyLocalLockFileAssemblies
property in the csproj file. This property copies Nuget references to the output directory of the project.
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>