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.
1 parent 60d7a89 commit ba43e68Copy full SHA for ba43e68
src/JoinRpg.Portal/JoinRpg.Portal.csproj
@@ -29,7 +29,7 @@
29
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.5" />
30
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.5" />
31
<PackageReference Include="Microsoft.Aspnetcore.Components.Webassembly.Server" Version="8.0.5" />
32
- <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.4">
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.5">
33
<PrivateAssets>all</PrivateAssets>
34
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
35
</PackageReference>
0 commit comments