Skip to content

Commit

Permalink
build(deps): bump NATS.Client
Browse files Browse the repository at this point in the history
Bumps [NATS.Client](https://github.com/nats-io/nats.net) from 0.12.0 to 1.0.8.
- [Release notes](https://github.com/nats-io/nats.net/releases)
- [Commits](nats-io/nats.net@0.12.0...1.0.8)

---
updated-dependencies:
- dependency-name: NATS.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 17, 2023
1 parent d55987a commit 2b706b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<VersionPrefix>1.0.0-rc16</VersionPrefix>
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand All @@ -12,7 +12,7 @@
<PackageReference Include="LanguageExt.Core" Version="3.4.15" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0" />
<PackageReference Include="Minio" Version="3.1.13" />
<PackageReference Include="NATS.Client" Version="0.12.0" />
<PackageReference Include="NATS.Client" Version="1.0.8" />
<PackageReference Include="Polly" Version="7.2.2" />
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" />
Expand Down

0 comments on commit 2b706b4

Please sign in to comment.