Fix up a couple of imports of build.props.

This commit is contained in:
Larry Golding 2018-06-13 16:27:29 -07:00
Родитель 086f0941eb
Коммит 1a94207f34
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -5,6 +5,8 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.props))\build.props" />
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />

Просмотреть файл

@ -13,11 +13,11 @@
<PackageReleaseNotes>Pre-release version.</PackageReleaseNotes>
</PropertyGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.props))\build.props" />
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.props))\build.props" />
</Project>