Skip to content

Commit 22dd459

Browse files
authored
[release/v7.4] Update Application Insights package version to 2.23.0 (#26883)
1 parent 47b09db commit 22dd459

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/System.Management.Automation/System.Management.Automation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<!-- the following package(s) are from https://github.com/JamesNK/Newtonsoft.Json -->
3131
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
3232
<!-- the Application Insights package -->
33-
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
33+
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.23.0" />
3434
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
3535
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="8.0.0" />
3636
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />

tools/cgmanifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
32
"Registrations": [
43
{
54
"Component": {
@@ -76,7 +75,7 @@
7675
"Type": "nuget",
7776
"Nuget": {
7877
"Name": "Microsoft.ApplicationInsights",
79-
"Version": "2.21.0"
78+
"Version": "2.23.0"
8079
}
8180
},
8281
"DevelopmentDependency": false
@@ -781,5 +780,6 @@
781780
},
782781
"DevelopmentDependency": false
783782
}
784-
]
783+
],
784+
"$schema": "https://json.schemastore.org/component-detection-manifest.json"
785785
}

0 commit comments

Comments
 (0)