Skip to content

Commit

Permalink
Bump Dapper for netstandard2.0 to version 2.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Feb 12, 2024
1 parent 0bf6190 commit 603a9fb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions samples/NetCoreSample/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
},
"Dapper": {
"type": "Transitive",
"resolved": "2.0.123",
"contentHash": "RDFF4rBLLmbpi6pwkY7q/M6UXHRJEOerplDGE5jwEkP/JGJnBauAClYavNKJPW1yOTWRPIyfj4is3EaJxQXILQ=="
"resolved": "2.1.28",
"contentHash": "ha49pzOEDmCPkMxwfPSR/wxa/6RD3r42TESIgpzpi7FXq/gNVUuJVEO+wtUzntNRhtmq3BKCl0s0aAlSZLkBUA=="
},
"LibLog": {
"type": "Transitive",
Expand Down Expand Up @@ -406,7 +406,7 @@
"hangfire.sqlserver": {
"type": "Project",
"dependencies": {
"Dapper": "[2.0.123, )",
"Dapper": "[2.1.28, )",
"Hangfire.Core": "[1.0.0, )",
"Microsoft.CodeAnalysis.NetAnalyzers": "[8.0.0, )",
"Microsoft.SourceLink.GitHub": "[8.0.0, )"
Expand Down
2 changes: 1 addition & 1 deletion src/Hangfire.SqlServer/Hangfire.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Dapper" Version="2.1.28" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3' or '$(TargetFramework)'=='netstandard2.0'">
Expand Down
6 changes: 3 additions & 3 deletions src/Hangfire.SqlServer/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1293,9 +1293,9 @@
".NETStandard,Version=v2.0": {
"Dapper": {
"type": "Direct",
"requested": "[2.0.123, )",
"resolved": "2.0.123",
"contentHash": "RDFF4rBLLmbpi6pwkY7q/M6UXHRJEOerplDGE5jwEkP/JGJnBauAClYavNKJPW1yOTWRPIyfj4is3EaJxQXILQ==",
"requested": "[2.1.28, )",
"resolved": "2.1.28",
"contentHash": "ha49pzOEDmCPkMxwfPSR/wxa/6RD3r42TESIgpzpi7FXq/gNVUuJVEO+wtUzntNRhtmq3BKCl0s0aAlSZLkBUA==",
"dependencies": {
"System.Reflection.Emit.Lightweight": "4.7.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp3.1' or '$(TargetFramework)'=='net6.0'">
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" NoWarn="NU1902" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.1.5" NoWarn="NU1902" />
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Dapper" Version="2.1.28" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
16 changes: 8 additions & 8 deletions tests/Hangfire.SqlServer.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
".NETCoreApp,Version=v3.1": {
"Dapper": {
"type": "Direct",
"requested": "[2.0.123, )",
"resolved": "2.0.123",
"contentHash": "RDFF4rBLLmbpi6pwkY7q/M6UXHRJEOerplDGE5jwEkP/JGJnBauAClYavNKJPW1yOTWRPIyfj4is3EaJxQXILQ==",
"requested": "[2.1.28, )",
"resolved": "2.1.28",
"contentHash": "ha49pzOEDmCPkMxwfPSR/wxa/6RD3r42TESIgpzpi7FXq/gNVUuJVEO+wtUzntNRhtmq3BKCl0s0aAlSZLkBUA==",
"dependencies": {
"System.Reflection.Emit.Lightweight": "4.7.0"
}
Expand Down Expand Up @@ -1493,7 +1493,7 @@
"hangfire.sqlserver": {
"type": "Project",
"dependencies": {
"Dapper": "[2.0.123, )",
"Dapper": "[2.1.28, )",
"Hangfire.Core": "[1.0.0, )",
"Microsoft.CodeAnalysis.NetAnalyzers": "[8.0.0, )",
"Microsoft.SourceLink.GitHub": "[8.0.0, )"
Expand Down Expand Up @@ -1939,9 +1939,9 @@
"net6.0": {
"Dapper": {
"type": "Direct",
"requested": "[2.0.123, )",
"resolved": "2.0.123",
"contentHash": "RDFF4rBLLmbpi6pwkY7q/M6UXHRJEOerplDGE5jwEkP/JGJnBauAClYavNKJPW1yOTWRPIyfj4is3EaJxQXILQ=="
"requested": "[2.1.28, )",
"resolved": "2.1.28",
"contentHash": "ha49pzOEDmCPkMxwfPSR/wxa/6RD3r42TESIgpzpi7FXq/gNVUuJVEO+wtUzntNRhtmq3BKCl0s0aAlSZLkBUA=="
},
"Microsoft.Data.SqlClient": {
"type": "Direct",
Expand Down Expand Up @@ -3431,7 +3431,7 @@
"hangfire.sqlserver": {
"type": "Project",
"dependencies": {
"Dapper": "[2.0.123, )",
"Dapper": "[2.1.28, )",
"Hangfire.Core": "[1.0.0, )",
"Microsoft.CodeAnalysis.NetAnalyzers": "[8.0.0, )",
"Microsoft.SourceLink.GitHub": "[8.0.0, )"
Expand Down

0 comments on commit 603a9fb

Please sign in to comment.