Update Ch08Ex03NumbersAsWordsApp.csproj

This commit is contained in:
Mark J. Price 2022-11-09 12:31:55 +00:00 committed by GitHub
parent 511fbd6606
commit fc2bfa6123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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