We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cb7f1e + 3d23b21 commit 2aca932Copy full SHA for 2aca932
src/template/src/Infrastructure/Infrastructure.csproj
@@ -20,7 +20,7 @@
20
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
21
22
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.11" />
23
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10">
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.11">
24
<PrivateAssets>all</PrivateAssets>
25
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
26
<TreatAsUsed>true</TreatAsUsed>
@@ -64,4 +64,4 @@
64
<ProjectReference Include="..\Application\Application.csproj" />
65
</ItemGroup>
66
67
-</Project>
+</Project>
0 commit comments