Skip to content

Commit

Permalink
Merge pull request #229 from Diego4g/feature/809669-libs-update
Browse files Browse the repository at this point in the history
#809669 - Library update
  • Loading branch information
Joaomlg authored Feb 14, 2025
2 parents d6c4033 + 7a9b262 commit 9c60be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Take.Blip.Builder/Take.Blip.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.4.5" />
<PackageReference Include="Handlebars.Net.Extension.Json" Version="1.0.0" />
<PackageReference Include="SimpleInjector" Version="5.4.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.4.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.10.0" />
<PackageReference Include="Take.Elephant" Version="0.10.2" />
<PackageReference Include="Take.Jint.Unnoficial" Version="4.0.4" />
Expand Down
6 changes: 3 additions & 3 deletions src/Take.Blip.Client/Take.Blip.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<PackageReference Include="Lime.Messaging" Version="0.12.60" />
<PackageReference Include="Lime.Protocol" Version="0.12.60" />
<PackageReference Include="Lime.Transport.Tcp" Version="0.12.60" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.2" />
<PackageReference Include="Serilog" Version="2.6.0" />
<PackageReference Include="Serilog.Sinks.Trace" Version="2.1.0" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" />
Expand All @@ -34,5 +34,5 @@
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>

</Project>

0 comments on commit 9c60be7

Please sign in to comment.