Skip to content

Commit 0ccff15

Browse files
authored
Bump .NET to 7.0.306 (#19945)
1 parent d4414ce commit 0ccff15

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

DotnetRuntimeMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"quality": "daily",
55
"qualityFallback": "preview",
66
"packageVersionPattern": "7.0.0",
7-
"sdkImageVersion": "7.0.305",
7+
"sdkImageVersion": "7.0.306",
88
"nextChannel": "7.0.1xx-rc2",
99
"azureFeed": "",
1010
"sdkImageOverride": ""

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "7.0.305"
3+
"version": "7.0.306"
44
}
55
}

src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<!-- This section is to force the version of non-direct dependencies -->
1919
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
20-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.8" />
20+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.9" />
2121
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
2222
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="7.0.1" />
2323
<PackageReference Include="System.Security.Cryptography.Xml" Version="7.0.1" />

tools/cgmanifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {
@@ -105,7 +106,7 @@
105106
"Type": "nuget",
106107
"Nuget": {
107108
"Name": "Microsoft.Extensions.ObjectPool",
108-
"Version": "7.0.7"
109+
"Version": "7.0.9"
109110
}
110111
},
111112
"DevelopmentDependency": false
@@ -205,7 +206,7 @@
205206
"Type": "nuget",
206207
"Nuget": {
207208
"Name": "Microsoft.Windows.Compatibility",
208-
"Version": "7.0.3"
209+
"Version": "7.0.4"
209210
}
210211
},
211212
"DevelopmentDependency": false
@@ -345,7 +346,7 @@
345346
"Type": "nuget",
346347
"Nuget": {
347348
"Name": "StyleCop.Analyzers.Unstable",
348-
"Version": "1.2.0.435"
349+
"Version": "1.2.0.507"
349350
}
350351
},
351352
"DevelopmentDependency": true
@@ -655,7 +656,7 @@
655656
"Type": "nuget",
656657
"Nuget": {
657658
"Name": "System.Security.Cryptography.Pkcs",
658-
"Version": "7.0.2"
659+
"Version": "7.0.3"
659660
}
660661
},
661662
"DevelopmentDependency": false
@@ -840,6 +841,5 @@
840841
},
841842
"DevelopmentDependency": false
842843
}
843-
],
844-
"$schema": "https://json.schemastore.org/component-detection-manifest.json"
844+
]
845845
}

0 commit comments

Comments
 (0)