Update package references to use version wildcards for named-pipe agent#631
Merged
Merged
Conversation
tracyboehrer
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the dependencies for both the .NET and Node.js named pipe agent samples to use the latest stable 1.6.x versions, removing explicit references to beta packages and cleaning up unused or unnecessary dependencies in the Node.js sample. This helps ensure better stability, maintainability, and compatibility with the latest package releases.
Dependency updates and cleanup:
.NET sample:
Microsoft.Agents.Hosting.AspNetCoreandMicrosoft.Agents.Hosting.DirectLine.NamedPipespackage references inNamedPipeAgent.csprojfrom a specific beta version to the latest 1.6.x stable version.Node.js sample:
@microsoft/agents-hostingand@microsoft/agents-hosting-directline-namedpipesdependencies in bothpackage.jsonandpackage-lock.jsonfrom a specific beta version to the latest 1.6.x stable version. [1] [2]@microsoft/agents-activity,@microsoft/agents-telemetry) to stable 1.6.1 releases inpackage-lock.json. [1] [2]@types/nodedev dependency to a newer patch version.package-lock.json, such asaxios,object-path, and their transitive dependencies, streamlining the dependency tree. [1] [2] [3] [4]