Skip to content

Commit

Permalink
Bump .NET to 7.0.306 (#19945)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 committed Jul 12, 2023
1 parent d4414ce commit 0ccff15
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DotnetRuntimeMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"quality": "daily",
"qualityFallback": "preview",
"packageVersionPattern": "7.0.0",
"sdkImageVersion": "7.0.305",
"sdkImageVersion": "7.0.306",
"nextChannel": "7.0.1xx-rc2",
"azureFeed": "",
"sdkImageOverride": ""
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.305"
"version": "7.0.306"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<!-- This section is to force the version of non-direct dependencies -->
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.8" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.9" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="7.0.1" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="7.0.1" />
Expand Down
12 changes: 6 additions & 6 deletions tools/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
Expand Down Expand Up @@ -105,7 +106,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Extensions.ObjectPool",
"Version": "7.0.7"
"Version": "7.0.9"
}
},
"DevelopmentDependency": false
Expand Down Expand Up @@ -205,7 +206,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Windows.Compatibility",
"Version": "7.0.3"
"Version": "7.0.4"
}
},
"DevelopmentDependency": false
Expand Down Expand Up @@ -345,7 +346,7 @@
"Type": "nuget",
"Nuget": {
"Name": "StyleCop.Analyzers.Unstable",
"Version": "1.2.0.435"
"Version": "1.2.0.507"
}
},
"DevelopmentDependency": true
Expand Down Expand Up @@ -655,7 +656,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Security.Cryptography.Pkcs",
"Version": "7.0.2"
"Version": "7.0.3"
}
},
"DevelopmentDependency": false
Expand Down Expand Up @@ -840,6 +841,5 @@
},
"DevelopmentDependency": false
}
],
"$schema": "https://json.schemastore.org/component-detection-manifest.json"
]
}

0 comments on commit 0ccff15

Please sign in to comment.