Playwright .net

问题遇到的现象和发生背景

我用户VS2019创建了一个asp.net core web api 项目 .net5.0的框架
Playwright包和浏览器都已安装,发布后在新环境下执行 dotnet Microsoft.Playwright.dll -- install 报错,如下图

img

提示找不到 Microsoft.Playwright.runtimeconfig.json 文件,可是我的发布文件里没有这个文件啊
请问这个 Microsoft.Playwright.runtimeconfig.json 如果生成或创建