Skip to content

Commit

Permalink
#94: Downgrade dapper version, because 2.1.44 was pulled
Browse files Browse the repository at this point in the history
  • Loading branch information
r-win committed Jul 19, 2024
1 parent 014ef3b commit 8bbf8ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Erwin Bovendeur</Authors>
<Company>faceit</Company>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<Description>Support for SQL Server for Hangfire.Tags. This seperate library is required in order to search for tags, and proper cleanup.</Description>
<Copyright />
<PackageProjectUrl>https://github.com/face-it/Hangfire.Tags</PackageProjectUrl>
Expand All @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.*" />
<PackageReference Include="Dapper" Version="2.0.4" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 8bbf8ee

Please sign in to comment.