Update LinqWithObjects.csproj

This commit is contained in:
Mark J. Price 2022-11-09 12:46:04 +00:00 committed by GitHub
parent 11baf843ac
commit 06f10ef313
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,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<Using Include="System.Console" Static="true" />
<!--<Using Remove="System.Linq" />-->
<Using Include="System.Console" Static="true" />
<!--<Using Remove="System.Linq" />-->
</ItemGroup>
</Project>