GildedRose-Refactoring-Kata/csharpcore/GildedRose/GildedRose.csproj
scottyparker 250540168e update GuildedRose to use Linq
Use Linq instead of 8000 if statements. Update tests to use new model
2022-06-08 20:52:44 -05:00

12 lines
230 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.4.4" />
</ItemGroup>
</Project>