Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72651fe

Browse files
github-actions[bot]CopilotCopilot
authored
Fix source-build: track Cryptography.Xml via Version.Details (#19839)
* Fix source-build: track System.Security.Cryptography.Xml via Version.Details Move System.Security.Cryptography.Xml version management from hardcoded eng/Versions.props to eng/Version.Details.xml + Version.Details.props, following the same pattern as System.Diagnostics.DiagnosticSource and other System.* runtime dependencies. This allows source-build to use the live-built package instead of a prebuilt NuGet download. Co-authored-by: Copilot <[email protected]> * Restore PrivateAssets=all on System.Security.Cryptography.Xml Removing PrivateAssets=all caused transitive dependencies (Microsoft.Bcl.Cryptography, System.Formats.Asn1, etc.) to flow into fsc.fsproj on net472, triggering MSB3277 version conflicts with System.ValueTuple from .NET Framework reference assemblies. Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 832d426 commit 72651fe

13 files changed

Lines changed: 439 additions & 316 deletions

File tree

.github/workflows/agentic-state-machine.lock.yml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agentic-state-machine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ safe-outputs:
2929
draft: false
3030
max: 1
3131
allowed-files: [".github/docs/**"]
32+
protected-files: allowed
3233
---
3334

3435
# Agentic State Machine — Diagram Generator

0 commit comments

Comments
 (0)