Skip to content

Commit

Permalink
All related package dependencies updated to latest. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Dec 14, 2023
1 parent 4f61458 commit 332b360
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Represents the **NuGet** versions.

## v2.3.14
- *Fixed:* All related package dependencies updated to latest.

## v2.3.13
- *Fixed:* Updated `CoreEx` to version `3.6.1`.
- *Fixed:* Added `net8.0` support.
Expand Down
2 changes: 1 addition & 1 deletion Common.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.3.13</Version>
<Version>2.3.14</Version>
<LangVersion>preview</LangVersion>
<Authors>Avanade</Authors>
<Company>Avanade</Company>
Expand Down
3 changes: 1 addition & 2 deletions src/DbEx.MySql/DbEx.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CoreEx.Database.MySql" Version="3.6.1" />
<PackageReference Include="CoreEx.Database.MySql" Version="3.6.3" />
<PackageReference Include="dbup-mysql" Version="5.0.37" />
<PackageReference Include="OnRamp" Version="1.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/DbEx.SqlServer/DbEx.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CoreEx.Database.SqlServer" Version="3.6.1" />
<PackageReference Include="CoreEx.Database.SqlServer" Version="3.6.3" />
<PackageReference Include="dbup-sqlserver" Version="5.0.37" />
<PackageReference Include="OnRamp" Version="1.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/DbEx/DbEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CoreEx.Database" Version="3.6.1" />
<PackageReference Include="dbup-sqlserver" Version="5.0.37" />
<PackageReference Include="CoreEx.Database" Version="3.6.3" />
<PackageReference Include="OnRamp" Version="1.0.8" />
</ItemGroup>

Expand Down

0 comments on commit 332b360

Please sign in to comment.