pluralsight-linq-fundamentals/yield_test/yield_test.csproj

9 lines
182 B
XML
Raw Normal View History

2021-05-11 10:29:07 +10:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>