mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-01-04 07:09:58 +01:00
Update PeopleApp.csproj
This commit is contained in:
parent
499fbc7186
commit
8ceaf15d94
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue