Skip to content

Commit

Permalink
Updated the Skybrud.Essentials dependency
Browse files Browse the repository at this point in the history
This means packages or projects consuming Skybrud.Essentials.Http doesn't have to explicit dependency for Skybrud.Essentials in order to use logic in the newest version.
  • Loading branch information
abjerner committed Feb 12, 2023
1 parent aac00fb commit e0f7591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Skybrud.Essentials.Http/Skybrud.Essentials.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Skybrud.Essentials" Version="1.1.46" />
<PackageReference Include="Skybrud.Essentials" Version="1.1.47" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net45' OR '$(TargetFramework)'=='net46' OR '$(TargetFramework)'=='net47'">
Expand Down

0 comments on commit e0f7591

Please sign in to comment.