Skip to content

Commit

Permalink
Remove Duplicate of 5.11 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Sep 10, 2023
1 parent 9fe987f commit 037386c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion src/Chapter05/Chapter05.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
</PropertyGroup>
<ItemGroup>
<None Remove="Listing05.07.ImplicitUsingsGeneratedGlocalUsingDeclaratives.cs" />
<None Remove="Listing05.09.UsingElementInProjectFile.xml" />
</ItemGroup>
<ItemGroup>
<Using Include="System.Net" />
Expand Down
14 changes: 0 additions & 14 deletions src/Chapter05/Listing05.09.UsingElementInProjectFile.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</PropertyGroup>
<ItemGroup>
<Using Include="System.Net" />
<Using Static="true" Include="System.Console"/>
</ItemGroup>
</Project>
<!--#endregion INCLUDE-->

0 comments on commit 037386c

Please sign in to comment.