Skip to content

Commit

Permalink
Cleanup empty ItemGroup from project files
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed May 16, 2024
1 parent ca02fcb commit b4c399c
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 31 deletions.
3 changes: 0 additions & 3 deletions src/AspNetCoreWithMarten/AspNetCoreWithMarten.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@
<ProjectReference Include="..\Marten.CommandLine\Marten.CommandLine.csproj"/>
<ProjectReference Include="..\Marten\Marten.csproj"/>
</ItemGroup>

<ItemGroup>
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions src/CoreTests/CoreTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@
</Compile>
</ItemGroup>

<ItemGroup>
</ItemGroup>

<PropertyGroup>
<NoWarn>xUnit1013</NoWarn>
</PropertyGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/DaemonTests/DaemonTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@
<ProjectReference Include="..\Marten.AspNetCore\Marten.AspNetCore.csproj"/>
<ProjectReference Include="..\Marten\Marten.csproj"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions src/DocumentDbTests/DocumentDbTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
<PackageReference Include="Shouldly" Version="4.2.1" />
</ItemGroup>

<ItemGroup>
</ItemGroup>

<ItemGroup>
<Compile Include="..\Marten.Testing\DocumentStoreExtensions.cs">
<Link>DocumentStoreExtensions.cs</Link>
Expand Down
3 changes: 0 additions & 3 deletions src/EventSourcingTests/EventSourcingTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
<PackageReference Include="Shouldly" Version="4.2.1" />
</ItemGroup>

<ItemGroup>
</ItemGroup>

<ItemGroup>
<Compile Include="..\Marten.Testing\DocumentStoreExtensions.cs">
<Link>DocumentStoreExtensions.cs</Link>
Expand Down
3 changes: 0 additions & 3 deletions src/LinqTests/LinqTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
<PackageReference Include="Shouldly" Version="4.2.1" />
</ItemGroup>

<ItemGroup>
</ItemGroup>

<ItemGroup>
<Compile Include="..\Marten.Testing\DocumentStoreExtensions.cs">
<Link>DocumentStoreExtensions.cs</Link>
Expand Down
2 changes: 0 additions & 2 deletions src/Marten.NodaTime.Testing/Marten.NodaTime.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
</PackageReference>
<PackageReference Include="xunit" Version="2.6.2"/>
</ItemGroup>
<ItemGroup>
</ItemGroup>
<PropertyGroup>
<NoWarn>xUnit1013</NoWarn>
</PropertyGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Marten.PLv8.Testing/Marten.PLv8.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@
</None>
<EmbeddedResource Include="*.js"/>
</ItemGroup>

<ItemGroup>
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions src/Marten.Testing/Marten.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

<ItemGroup>
</ItemGroup>

<ItemGroup>
<Folder Include="Properties" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/MultiTenancyTests/MultiTenancyTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@
</Compile>
</ItemGroup>

<ItemGroup>
</ItemGroup>

<PropertyGroup>
<NoWarn>xUnit1013</NoWarn>
</PropertyGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/PatchingTests/PatchingTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,4 @@
</None>
<EmbeddedResource Include="*.js" />
</ItemGroup>

<ItemGroup>
</ItemGroup>
</Project>

0 comments on commit b4c399c

Please sign in to comment.