简体   繁体   English

不使用project.json时在vscode中的project.json警告

[英]project.json warning in vscode when not using project.json

I'm getting the following warning when using vscode 使用vscode时,我收到以下警告

Warning: project.json is no longer a supported project format for .NET Core applications. 警告:project.json不再是.NET Core应用程序支持的项目格式。 Update to the latest version of .NET Core ( https://aka.ms/netcoredownload ) and use 'dotnet migrate' to upgrade your project (see https://aka.ms/netcoremigrate for details). 更新到最新版本的.NET Core( https://aka.ms/netcoredownload )并使用“dotnet migrate”升级您的项目(有关详细信息,请参阅https://aka.ms/netcoremigrate )。

Thing is I'm not using project.json, I don't have one. 事情是我没有使用project.json,我没有。 I'm using a csproj. 我正在使用csproj。 I migrated ages ago. 我很久以前就迁移了。 There isn't a project.json anywhere in my folder structure. 我的文件夹结构中没有project.json。

You can see my code here: https://github.com/trampster/Jsonics 你可以在这里看到我的代码: https//github.com/trampster/Jsonics

How do I get vscode to stop generating this warning? 如何让vscode停止生成此警告?

您有一个Jsonics / backup文件夹,其中包含源代码中的两个project.json文件,您必须删除该文件夹或至少删除其中的project.json文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM