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

Support for Dapr 1.12.0+ #62

Merged
merged 3 commits into from
Apr 11, 2024
Merged

Support for Dapr 1.12.0+ #62

merged 3 commits into from
Apr 11, 2024

Conversation

badgeratu
Copy link
Contributor

@badgeratu badgeratu commented Apr 11, 2024

Description

  • Support for Dapr 1.12.0+
  • Update to Dapr SDK 1.13
  • Remove support for netcoreapp3.1 and net5.0
  • Add support for net6.0 and net8.0
  • Samples for hosting Placement and Sentry
  • Introduction of RuntimeVersion setting to define the current minimum runtime version for launch features. Defaults to latest.

Issue reference

#61

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation where possible

…ing headers

Updated the target frameworks across multiple projects to `net8.0` and updated various package versions in `dapr_sidekick_csharp.props`, `ActorSample.ActorClient.csproj`, `ActorSample.DemoActor.csproj`, `ActorSample.IDemoActor.csproj`, `AppConfigurationSample.csproj`, `ConsulSample.Receiver.csproj`, `ConsulSample.Sender.csproj`, `ControllerSample.csproj`, `ServiceInvocationSample.csproj`, `Directory.build.props`, `Man.Dapr.Sidekick.csproj`, `Man.Dapr.Sidekick.AspNetCore.Tests.csproj`, `Man.Dapr.Sidekick.Extensions.Logging.Tests.csproj`, and `Man.Dapr.Sidekick.Tests.csproj`. Also replaced the `Add` method with the `Append` method for adding headers in `HttpContextInvocationHandlerTests.cs`.
@badgeratu badgeratu merged commit 9a8e9f4 into main Apr 11, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant