pluralsight-linq-fundamentals/Introduction/Introduction.csproj

9 lines
170 B
XML
Raw Normal View History

2021-02-23 16:32:29 +11:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>