Skip to content

Commit

Permalink
Update packages version to newest (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenHide authored Dec 8, 2023
1 parent 02e6370 commit c5c1461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ConfiguredSqlConnection/ConfiguredSqlConnection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.5" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.14" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.14" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="SecretsManager" Version="1.0.0" />
<PackageReference Include="TestableDbContext.Mock" Version="1.0.0" />
<PackageReference Include="Utils.EnvironmentManager" Version="2.0.1" />
Expand Down

0 comments on commit c5c1461

Please sign in to comment.