我正在检查一个项目的代码,其中贡献者使用不同的开发工具进行c sharp(C#)编码.我的.csproj文件是由使用Sharp开发的人操纵的,现在我得到'目标'构建"在项目中不存在".
我正在使用Visual Studio 2008 SP 1.
我在Visual Studios MacOS Preview中创建了一个控制台应用程序(.Net Core).在项目解决方案中,我没有看到我的program.cs还有其他东西不可用它说Project没有内置在活动配置中
而项目解决方案看起来应该是这样的
我为macOS安装了.net核心.还完成了Homebrew配置.我已经在osx中安装了openssl和openssl@1.1,所以当我尝试用自制软件重新安装openssl时它说
Warning: openssl is a keg-only and another version is linked to opt.
Use `brew install --force` if you want to install this version
Run Code Online (Sandbox Code Playgroud)
另一方面,确保.net核心工作正常.我刚刚在Visual Studio Code中编译了.net核心C#应用程序.