-
Notifications
You must be signed in to change notification settings - Fork 25
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 Durable Dependencies Version for v3.0.0 Release #437
base: main
Are you sure you want to change the base?
Conversation
src/DurableTask.Netherite.AzureFunctions/DurableTask.Netherite.AzureFunctions.csproj
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Please get @sebastianburckhardt's approval before merging though.
…with durabletask.core
@@ -1,7 +1,7 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
|
|||
<PropertyGroup> | |||
<TargetFrameworks>netstandard2.1;netstandard2.0;netcoreapp3.1</TargetFrameworks> | |||
<TargetFrameworks>netstandard2.0</TargetFrameworks> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update the TFM as suggested, this also aligns with the DTFx.Core v3.0.0
As titled. This PR updates the below dependencies to start the Netherite v2.2.0 release:
Microsoft.Azure.WebJobs.Extensions.DurableTask 2.13.6 -> 3.0.0
Microsoft.Azure.DurableTask.Core 2.17.1 -> 3.0.0