Skip to content

Commit 9c087de

Browse files
committed
Whitespace.
1 parent 96b8d76 commit 9c087de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
46
<IsPackable>false</IsPackable>
57
</PropertyGroup>
8+
69
<ItemGroup>
710
<PackageReference Include="nunit" Version="3.12.0" />
811
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
912
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1013
</ItemGroup>
14+
1115
<ItemGroup>
1216
<ProjectReference Include="..\NETStandardClassLibrary\NETStandardClassLibrary.csproj" />
1317
</ItemGroup>
18+
1419
</Project>

0 commit comments

Comments
 (0)