Standardize on newline between Property|ItemGroup areas

This commit is contained in:
Piotr Puszkiewicz 2017-03-02 20:38:56 -08:00
parent e617376bc7
commit 841846f32b
46 changed files with 85 additions and 3 deletions

View file

@ -6,6 +6,7 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.3" />
</ItemGroup>
<ItemGroup>
<SomeItemCausingThisGroupToNotBeUniform Include="foo" />
<ProjectReference Include="..\Lib\Lib.csproj" />