Update PeopleApp.csproj

This commit is contained in:
Mark J. Price 2022-11-09 12:19:05 +00:00 committed by GitHub
parent 4a1644675c
commit e6f647f2d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@ -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>