首页 新闻 会员 周边

Linux Ubuntu上编译corefx遇到的问题

0
悬赏园豆:30 [待解决问题]

在Linux Ubuntu上编译最新的corefx(.NET Core Framework),Mono版本是4.3.0,运行 ./build.sh 出现如下的错误:

/data/git/corefx/bin/obj/Linux.AnyCPU.Debug/Microsoft.CSharp/_AssemblyInfo.cs(3,11): 
error CS0246: The type or namespace name 'AssemblyTitle' could not be found (are you missing a using directive or an assembly reference?) 
[/data/git/corefx/src/Microsoft.CSharp/src/Microsoft.CSharp.csproj]

/data/git/corefx/bin/obj/Linux.AnyCPU.Debug/Microsoft.CSharp/_AssemblyInfo.cs(4,11): 
error CS0246: The type or namespace name 'AssemblyDescription' could not be found (are you missing a using directive or an assembly reference?) 
[/data/git/corefx/src/Microsoft.CSharp/src/Microsoft.CSharp.csproj]

/data/git/corefx/bin/obj/Linux.AnyCPU.Debug/Microsoft.CSharp/_AssemblyInfo.cs(5,11): 
error CS0246: The type or namespace name 'AssemblyDefaultAlias' could not be found (are you missing a using directive or an assembly reference?) 
[/data/git/corefx/src/Microsoft.CSharp/src/Microsoft.CSharp.csproj]

请问如何解决这个问题?

dudu的主页 dudu | 高人七级 | 园豆:30994
提问于:2015-06-17 10:01
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册