未验证 提交 8124b001 编写于 作者: J Jared Parsons 提交者: Jared Parsons

Fix casing issue on unix

上级 90fe1705
......@@ -165,14 +165,14 @@
<!-- Determine compiler toolset props file to use for this build -->
<PropertyGroup>
<_PackageName Condition="'$(MSBuildRuntimeType)' != 'Core'">microsoft.net.compilers</_PackageName>
<_PackageName Condition="'$(MSBuildRuntimeType)' == 'Core'">microsoft.netcore.compilers</_PackageName>
<_PackageName Condition="'$(MSBuildRuntimeType)' != 'Core'">Microsoft.Net.Compilers</_PackageName>
<_PackageName Condition="'$(MSBuildRuntimeType)' == 'Core'">Microsoft.NETCore.Compilers</_PackageName>
<_PackageVersion Condition="'$(MSBuildRuntimeType)' != 'Core' AND '$(BootstrapBuildPath)' == ''">$(MicrosoftNetCompilersVersion)</_PackageVersion>
<_PackageVersion Condition="'$(MSBuildRuntimeType)' == 'Core' AND '$(BootstrapBuildPath)' == ''">$(MicrosoftNETCoreCompilersVersion)</_PackageVersion>
<_PackageVersion Condition="'$(BootstrapBuildPath)' != ''">42.42.42.42</_PackageVersion>
<_PackageRoot>$(NuGetPackageRoot)</_PackageRoot>
<_PackageRoot Condition="'$(BootstrapBuildPath)' != ''">$(BootstrapBuildPath)</_PackageRoot>
<RoslynToolsetDirectory>$(_PackageRoot)\$(_PackageName)\$(_PackageVersion)</RoslynToolsetDirectory>
<RoslynToolsetDirectory>$(_PackageRoot)\$(_PackageName.ToLower())\$(_PackageVersion)</RoslynToolsetDirectory>
<RoslynToolsetPropsFilePath>$(RoslynToolsetDirectory)\build\$(_PackageName).props</RoslynToolsetPropsFilePath>
</PropertyGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册