【发布时间】:2020-01-28 11:50:46
【问题描述】:
我已经阅读了我能找到的所有帖子和文章,但我仍在努力构建我的 Actors。如标题所示,我已将我的应用程序从 .net core 2.2.7 升级到 3.0,现在我的解决方案中的参与者无法构建。确切的错误是:
error MSB3073: The command "dotnet "obj\\FabActUtilTemp\FabActUtil.dll"
/spp:"PackageRoot" /t:manifest /sp:"[ProjectName]" /in:"bin\Debug\netcoreapp3.0\win7-x64\\[ProjectName].dll" /arp:
"[ProjectPath]\bin\Debug\netcoreapp3.0\win7-x64\\" /smep:Exe " exited with code
-2147450749. [ProjectPath].csproj]
有人知道为什么会这样吗?
【问题讨论】:
-
您好,您发现了吗?我将我的服务结构升级到 .NET Core 3.0,它似乎也失败了
标签: .net-core azure-service-fabric