|
57 | 57 | </PackageReference>
|
58 | 58 | </ItemGroup>
|
59 | 59 | <ItemGroup Condition=" '$(IsUnitTestProject)' == 'true' ">
|
60 |
| - <PackageReference Include="Microsoft.NET.Test.Sdk"/> |
| 60 | + <PackageReference Include="Microsoft.NET.Test.Sdk" /> |
61 | 61 |
|
62 |
| - <PackageReference Include="NSubstitute"/> |
| 62 | + <PackageReference Include="NSubstitute" /> |
63 | 63 |
|
64 |
| - <PackageReference Include="NUnit"/> |
65 |
| - <PackageReference Include="NUnit3TestAdapter"/> |
66 |
| - <PackageReference Include="JunitXml.TestLogger"/> |
67 |
| - <PackageReference Include="Shouldly"/> |
| 64 | + <PackageReference Include="NUnit" /> |
| 65 | + <PackageReference Include="NUnit3TestAdapter" /> |
| 66 | + <PackageReference Include="JunitXml.TestLogger" /> |
| 67 | + <PackageReference Include="Shouldly" /> |
68 | 68 |
|
69 | 69 | <PackageReference Include="coverlet.msbuild">
|
70 | 70 | <PrivateAssets>all</PrivateAssets>
|
|
77 | 77 |
|
78 | 78 | </ItemGroup>
|
79 | 79 | <ItemGroup Condition=" '$(IsUnitTestProject)' == 'true' and $(MSBuildProjectName.EndsWith('.Tests'))">
|
80 |
| - <ProjectReference Include="..\GitVersion.Testing\GitVersion.Testing.csproj"/> |
| 80 | + <ProjectReference Include="..\GitVersion.Testing\GitVersion.Testing.csproj" /> |
81 | 81 |
|
82 |
| - <Using Include="GitVersion.Testing"/> |
83 |
| - <Using Include="NSubstitute"/> |
84 |
| - <Using Include="NUnit.Framework"/> |
85 |
| - <Using Include="Shouldly"/> |
| 82 | + <Using Include="GitVersion.Testing" /> |
| 83 | + <Using Include="NSubstitute" /> |
| 84 | + <Using Include="NUnit.Framework" /> |
| 85 | + <Using Include="Shouldly" /> |
86 | 86 | </ItemGroup>
|
87 | 87 |
|
88 | 88 | <ItemGroup>
|
89 |
| - <Using Include="System.Collections"/> |
90 |
| - <Using Include="System.Collections.Specialized"/> |
91 |
| - <Using Include="System.Diagnostics"/> |
92 |
| - <Using Include="System.Reflection"/> |
93 |
| - <Using Include="System.Text"/> |
94 |
| - <Using Include="System.Text.Json"/> |
95 |
| - <Using Include="System.Text.Json.Serialization"/> |
96 |
| - <Using Include="System.Xml"/> |
97 |
| - <Using Include="System.Environment" Alias="SysEnv"/> |
| 89 | + <Using Include="System.Collections" /> |
| 90 | + <Using Include="System.Collections.Specialized" /> |
| 91 | + <Using Include="System.Diagnostics" /> |
| 92 | + <Using Include="System.Reflection" /> |
| 93 | + <Using Include="System.Text" /> |
| 94 | + <Using Include="System.Text.Json" /> |
| 95 | + <Using Include="System.Text.Json.Serialization" /> |
| 96 | + <Using Include="System.Xml" /> |
| 97 | + <Using Include="System.Environment" Alias="SysEnv" /> |
98 | 98 | </ItemGroup>
|
99 | 99 |
|
100 | 100 | <ItemGroup>
|
101 |
| - <None Include="../../docs/input/docs/img/package_icon.png" Pack="true" PackagePath="/"/> |
102 |
| - <None Include="../../build/nuspec/README.md" Pack="true" PackagePath="/"/> |
| 101 | + <None Include="../../docs/input/docs/img/package_icon.png" Pack="true" PackagePath="/" /> |
| 102 | + <None Include="../../build/nuspec/README.md" Pack="true" PackagePath="/" /> |
103 | 103 | </ItemGroup>
|
104 | 104 |
|
105 | 105 | <!-- Workaround to enable .editorconfig based analyzer configuration until dotnet compilers support .editorconfig based configuration -->
|
|
0 commit comments