9 lines
391 B
Text
9 lines
391 B
Text
|
<Project ToolsVersion="15.0">
|
||
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||
|
|
||
|
<!-- This file should not be necessary, but overrides CLI_NETSDK_Version because https://github.com/dotnet/cli/issues/4893 -->
|
||
|
<PropertyGroup>
|
||
|
<CLI_NETSDK_Version>1.0.0-alpha-20161019-1</CLI_NETSDK_Version>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|