Skip to content

Commit bb536a7

Browse files
fixed error
1 parent 37b462a commit bb536a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleWebApiAspNetCore/SampleWebApiAspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Microsoft.AspNetCore.App" />
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="2.2.0" />
1515
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="2.2.0" />
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.1.0" />
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.1.1" />
1717
<PackageReference Include="Swashbuckle.AspNetCore" Version="2.4.0" />
1818
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.8.9" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)