Skip to content

Commit

Permalink
Update packages.lock.json files for release builds (#7376)
Browse files Browse the repository at this point in the history
There are some additional packages that get added to packages.lock.json files when you do `dotnet build -c Release` as opposed to `dotnet build`. This change adds the release package updates to the lock files. I also removed the architecture-specific sections that got added to the lock files in our end-to-end test projects, just to cut down on noise. Those sections don't appear at all unless you do `dotnet publish -r <rid>`, and the last rid always wins.

To test, I confirmed the Build CI pipeline passes.

## Azure IoT Edge PR checklist:
  • Loading branch information
damonbarry authored Sep 28, 2024
1 parent e20dd12 commit f7aaf58
Show file tree
Hide file tree
Showing 62 changed files with 812 additions and 3,679 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
"Microsoft.Extensions.Primitives": "5.0.0"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"System.IO.FileSystem.Watcher": {
"type": "Direct",
"requested": "[4.3.0, )",
Expand Down Expand Up @@ -559,6 +568,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
"resolved": "13.0.2",
"contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg=="
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"System.Linq.Async": {
"type": "Direct",
"requested": "[4.1.1, )",
Expand Down Expand Up @@ -640,6 +649,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
"resolved": "13.0.2",
"contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg=="
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"Akka": {
"type": "Transitive",
"resolved": "1.4.49",
Expand Down Expand Up @@ -493,6 +502,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"version": 1,
"dependencies": {
"net8.0": {
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"Akka": {
"type": "Transitive",
"resolved": "1.4.49",
Expand Down Expand Up @@ -490,6 +499,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"Akka": {
"type": "Transitive",
"resolved": "1.4.49",
Expand Down Expand Up @@ -481,6 +490,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@
"System.Configuration.ConfigurationManager": "4.4.1"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"Akka": {
"type": "Transitive",
"resolved": "1.4.49",
Expand Down Expand Up @@ -634,6 +643,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
"Microsoft.Extensions.FileProviders.Abstractions": "5.0.0"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"Akka": {
"type": "Transitive",
"resolved": "1.4.49",
Expand Down Expand Up @@ -725,6 +734,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"Castle.Core": "5.1.0"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"xunit": {
"type": "Direct",
"requested": "[2.4.2, )",
Expand Down Expand Up @@ -706,6 +715,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"Castle.Core": "5.1.0"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"xunit": {
"type": "Direct",
"requested": "[2.4.2, )",
Expand Down Expand Up @@ -849,6 +858,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"Castle.Core": "5.1.0"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"xunit": {
"type": "Direct",
"requested": "[2.4.2, )",
Expand Down Expand Up @@ -716,6 +725,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"Castle.Core": "5.1.0"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"xunit": {
"type": "Direct",
"requested": "[2.4.2, )",
Expand Down Expand Up @@ -716,6 +725,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@
"Castle.Core": "5.1.0"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"xunit": {
"type": "Direct",
"requested": "[2.4.2, )",
Expand Down Expand Up @@ -743,6 +752,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
"Castle.Core": "5.1.0"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"xunit": {
"type": "Direct",
"requested": "[2.4.2, )",
Expand Down Expand Up @@ -753,6 +762,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"Castle.Core": "5.1.0"
}
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.164, )",
"resolved": "1.2.0-beta.164",
"contentHash": "IWMH8RyJGDu8ZrYFKIwjfcuXizpJnjnMGE8tDRnZ36AIAQeFDjeUPH2EUEMwj4+63oQBu/KkzRe9clSW9s5mdA==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.164"
}
},
"xunit": {
"type": "Direct",
"requested": "[2.4.2, )",
Expand Down Expand Up @@ -859,6 +868,11 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0"
}
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.164",
"contentHash": "3WJ5JvRP9QjdrwspeLFjwD2AZw2CcDmYLQ7x8oofxvOzXvboZdFlPsSV8h56hLyK0lnMFvtpb48nxz7oQ4RgCQ=="
},
"System.AppContext": {
"type": "Transitive",
"resolved": "4.3.0",
Expand Down
Loading

0 comments on commit f7aaf58

Please sign in to comment.