Update PeopleApp.csproj

This commit is contained in:
Mark J. Price 2022-11-09 12:21:31 +00:00 committed by GitHub
parent 499fbc7186
commit 8ceaf15d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,11 @@
</PropertyGroup>
<ItemGroup>
<Using Include="System.Console" Static="true" />
<Using Include="System.Console" Static="true" />
</ItemGroup>
<ItemGroup>
<ProjectReference
Include="..\PacktLibrary\PacktLibrary.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PacktLibrary\PacktLibrary.csproj" />
</ItemGroup>
</Project>