- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的构建机器上的 F# 4.1 编译器略有不同 --targetProfile
选项比我的开发机器上的 F# 4.1 编译器。
在我的开发机器上,当我输入 fsc.exe -?
输出包括以下内容:
Microsoft (R) F# Compiler version 4.1
:
--targetprofile:<string>
Specify target framework profile of this assembly.
Valid values are mscorlib, netcore or netstandard.
:
Microsoft (R) F# Compiler version 4.1
:
--targetprofile:<string>
Specify target framework profile of this assembly.
Valid values are mscorlib or netcore.
:
netstandard
作为有效值,但构建服务器没有。
error FS1052: Invalid value 'netstandard' for '--targetprofile'
”
fsc.exe --version
不起作用。
最佳答案
我不认为这与 F# 编译器版本有关,而是与安装的 .NET SDK 有关。
查看the target framework TFMs .
我有 mscorlib, netcore or netstandard
我会试探一下它们的来源:
mscorlib
来自完整框架...随 Windows netcore
选择“.NET 桌面开发”时随 VS 2017 安装 netstandard
与 NET Core SDK 关于f# - 一个 F# 4.1 编译器包含 netstandard 的 targetPlatform 值,另一个不包含,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46480080/
我正在尝试检查用户使用的是 Iphone 还是 Android 我正在关注这个帖子以查看 How do you detect the host platform from Dart code? 在我的
这是我的第一个 flutter 应用程序,由于某种原因,Android 启动器图标停止显示,所以我试图修复它,我做了很多事情并最终出现了这个错误。 flutter 医生显示一切正常。 ios 版本构建
我的构建机器上的 F# 4.1 编译器略有不同 --targetProfile选项比我的开发机器上的 F# 4.1 编译器。 在我的开发机器上,当我输入 fsc.exe -?输出包括以下内容: Mic
使用Eclipse作为IDE,是否可以使用maven依赖管理而不是PDE目标平台?如果没有 PDE TargetPlatform,启动配置中将缺少 bundle 。 由于可以在pom文件中声明相同的更
我是一名优秀的程序员,十分优秀!