Skip to content

Commit 44f0305

Browse files
committed
Updating the NeGet package version in the project file.
1 parent d1f1b31 commit 44f0305

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

InventoryService/InventoryService.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.0" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.0">
12+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.8" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.8" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.8" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.8">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
19-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.0" />
20-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.0" />
19+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.8" />
20+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.4" />
2121
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)