gpt4 book ai didi

visual-studio - ASP.NET Core 2 上未定义 runco​​mmand 属性

转载 作者:行者123 更新时间:2023-12-04 08:50:46 25 4
gpt4 key购买 nike

Visual Studio 2017 , 我在所有与 ASP.NET Core 2 相关的项目中出错.
说的是:

unable to run your project. the runcommand property is not defined



即使我卸载了 VS 并再次安装了它,但我仍然有这个问题。
我测试了 VS 的默认项目模板,但这些模板也没有正确执行。
请帮我。
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
</PropertyGroup>

<ItemGroup>
<Folder Include="Views\Product\" />
<Folder Include="wwwroot\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.1" />
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" />
</ItemGroup>

</Project>

最佳答案

网核应用2.0
尝试更改为:
网络标准2.0

关于visual-studio - ASP.NET Core 2 上未定义 runco​​mmand 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47963888/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com