Skip to content

Commit

Permalink
feat: upgrade sql client (#49)
Browse files Browse the repository at this point in the history
* feat: upgrade sql client

* feat: bump the major and minor version

---------

Co-authored-by: Joel Dickson <[email protected]>
  • Loading branch information
rannes and joeldickson authored Jan 12, 2025
1 parent c2f584d commit e0db0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: master

env:
MAJOR_MINOR_VERSION: 7.1.
MAJOR_MINOR_VERSION: 8.0.
SOLUTION_FILE: Agoda.LoadBalancing.sln

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Agoda.Frameworks.DB/Agoda.Frameworks.DB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.30" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.1.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="System.Collections.Immutable" Version="1.7.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
</ItemGroup>
Expand Down

0 comments on commit e0db0fb

Please sign in to comment.