We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586bf8d commit a2fe418Copy full SHA for a2fe418
1 file changed
DIDemo/DIDemo.csproj
@@ -5,8 +5,8 @@
5
<IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
6
</PropertyGroup>
7
<ItemGroup>
8
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.11">
9
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.11" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.11">
10
<PrivateAssets>all</PrivateAssets>
11
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
12
</PackageReference>
@@ -20,4 +20,4 @@
20
21
<ProjectReference Include="..\DIDemoServices\DIDemoServices.csproj" />
22
</ItemGroup>
23
-</Project>
+</Project>
0 commit comments