Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packages for 2.x #289

Merged
merged 6 commits into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/dotnetcore-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Up standalone docker-composer
- name: Up standalone docker composer
run: |
cd tests/compose/standalone
docker-compose up -d
docker compose up -d

- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand Down Expand Up @@ -43,11 +43,11 @@ jobs:
cd tests/UnitTests
dotnet run -c Release --no-build

- name: docker-compose status
- name: docker compose status
run: |
cd tests/compose/standalone
docker-compose ps
docker-compose logs init
docker compose ps
docker compose logs init

- name: Run Integration Tests
timeout-minutes: 3
Expand Down
1 change: 0 additions & 1 deletion examples/FsharpExamples/paket.references
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
group Examples
FSharp.Core
Microsoft.Extensions.Logging.Console
Pulsar.Client
Pulsar.Client.Otel
Expand Down
8 changes: 4 additions & 4 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ group Examples
source https://api.nuget.org/v3/index.json
storage: none

nuget Pulsar.Client
nuget Pulsar.Client < 3.0
nuget Pulsar.Client.Otel
nuget Microsoft.Extensions.Logging.Console
nuget OpenTelemetry rc
nuget OpenTelemetry.Exporter.Console rc
nuget OpenTelemetry
nuget OpenTelemetry.Exporter.Console

group OTel
framework: netstandard2.0
source https://api.nuget.org/v3/index.json
storage: none

nuget Pulsar.Client
nuget Pulsar.Client < 3.0
nuget NSec.Cryptography 20.2.0
nuget Microsoft.Extensions.Logging.Console
nuget System.Diagnostics.DiagnosticSource
Expand Down
Loading
Loading