Skip to content

Conversation

@dnenov
Copy link
Collaborator

@dnenov dnenov commented Sep 25, 2025

Purpose

Update to nuget

Declarations

Check these if you believe they are true

Release Notes

  • update to tools/NuGet/template-nuget/DynamoVisualProgramming.DynamoServices.nuspec
  • update to src/NodeServices/DynamoServices.csproj

Reviewers

@QilongTang
@avidit

FYIs

@github-actions github-actions bot changed the title update to not exclude 8.0 DYN-9196: update to not exclude 8.0 Sep 25, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-9196

## DynamoServices.dll is multi-targeted, we sign the binaries for the nuget package separately.
..\..\NodeServices\obj\netstandard2.0\DynamoServices.dll
..\..\NodeServices\obj\net8.0\DynamoServices.dll
..\..\NodeServices\obj\net10.0\DynamoServices.dll
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding the newly generated dll to be signed

Copy link
Contributor

@zeusongit zeusongit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

net10 job passed putting this back in to test

@zeusongit zeusongit merged commit 1dee891 into DynamoDS:master Sep 26, 2025
23 of 24 checks passed
@aparajit-pratap
Copy link
Contributor

@dnenov, can you explain why we added net8 and net10 target frameworks to DynamoServices? Could we not have left it as netstandard?

@dnenov
Copy link
Collaborator Author

dnenov commented Oct 27, 2025

@dnenov, can you explain why we added net8 and net10 target frameworks to DynamoServices? Could we not have left it as netstandard?

I only added net10 as part of this PR, following the logic we had before. We had both net8.0 and netstandard2.0. In essence, we added .NET 10 target and keep .NET 8 / netstandard2.0 for compatibility. There was a separate jira ticket for multitarget support here:
image

@QilongTang
Copy link
Contributor

@dnenov, can you explain why we added net8 and net10 target frameworks to DynamoServices? Could we not have left it as netstandard?

Here is a screenshot
image

@aparajit-pratap
Copy link
Contributor

@QilongTang, my question was why the task was created to multitarget DynamoServices (was there a specific need). I suppose there is no harm in doing this, just wanted to understand.

@QilongTang
Copy link
Contributor

@QilongTang, my question was why the task was created to multitarget DynamoServices (was there a specific need). I suppose there is no harm in doing this, just wanted to understand.

I think it was already multi-targeting even before the .NET10 introduction so it was not a new practice?

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.

4 participants