Commit 4643e94
committed
Merged PR 51090: Add back the STJ pinning as DependencyModel has a 8.0.6 dependency which will...
Add back the STJ pinning as DependencyModel has a 8.0.6 dependency which will break in VS tasks
----
#### AI description (iteration 1)
#### PR Classification
This pull request is a dependency update that reintroduces version pinning for System.Text.Json.
#### PR Summary
The changes add a pinned version property and update multiple project files to use the pinned System.Text.Json version, ensuring compatibility with DependencyModel dependency on 8.0.6.
- `eng/Versions.props`: Added `<PinnedSystemTextJsonPackageVersion>8.0.5</PinnedSystemTextJsonPackageVersion>` with a comment to align with Microsoft.Extensions.DependencyModel.
- `src/RazorSdk/Tasks/Microsoft.NET.Sdk.Razor.Tasks.csproj`: Updated the `System.Text.Json` package reference to include `VersionOverride="$(PinnedSystemTextJsonPackageVersion)"`.
- `src/StaticWebAssetsSdk/Tasks/Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj`: Updated the `System.Text.Json` package reference with the pinned version override.
- `src/Tasks/Microsoft.NET.Build.Tasks/Microsoft.NET.Build.Tasks.csproj`: Revised the `System.Text.Json` package reference to use the pinned version.
- `src/WebSdk/Publish/Tasks/Microsoft.NET.Sdk.Publish.Tasks.csproj`: Modified the `System.Text.Json` package reference to incorporate the pinned version override.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->1 parent e2ef07a commit 4643e94
File tree
5 files changed
+6
-4
lines changed- eng
- src
- RazorSdk/Tasks
- StaticWebAssetsSdk/Tasks
- Tasks/Microsoft.NET.Build.Tasks
- WebSdk/Publish/Tasks
5 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments