Skip to content

Commit

Permalink
Missed some references to 4.12 compiler -> 4.11 (#16117)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenWeatherford authored Jan 16, 2025
1 parent bdb719c commit 48521b9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle">
<Version>4.12.0</Version>
<Version>4.11.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"Microsoft.CodeAnalysis.CSharp.CodeStyle": {
"type": "Direct",
"requested": "[4.12.0, )",
"resolved": "4.12.0",
"contentHash": "5S+LHLhm0am4MWQQMN0O3VyKA/St5JCqH1yv+1YGZl2klIJlLlmNA/KTLCVJSC1kZPIKR1MFF/3g9FqsyzIyCQ=="
"requested": "[4.11.0, )",
"resolved": "4.11.0",
"contentHash": "lcKLcYWr0vtRcGcmLs9WMilKT1DwoOaDIGvkuIX5t2exqVluHGCEBoE/R5zsoealJUDJb8BTu6ODPwpDb/JZug=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle">
<Version>4.12.0</Version>
<Version>4.11.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"Microsoft.CodeAnalysis.CSharp.CodeStyle": {
"type": "Direct",
"requested": "[4.12.0, )",
"resolved": "4.12.0",
"contentHash": "5S+LHLhm0am4MWQQMN0O3VyKA/St5JCqH1yv+1YGZl2klIJlLlmNA/KTLCVJSC1kZPIKR1MFF/3g9FqsyzIyCQ=="
"requested": "[4.11.0, )",
"resolved": "4.11.0",
"contentHash": "lcKLcYWr0vtRcGcmLs9WMilKT1DwoOaDIGvkuIX5t2exqVluHGCEBoE/R5zsoealJUDJb8BTu6ODPwpDb/JZug=="
},
"Microsoft.IO.Redist": {
"type": "Direct",
Expand Down Expand Up @@ -1884,6 +1884,12 @@
"OmniSharp.Extensions.LanguageServer": "[0.19.9, )",
"System.Text.Json": "[9.0.0, )"
}
},
"bicep.vslanguageserverclient.itemtemplate": {
"type": "Project",
"dependencies": {
"Microsoft.VisualStudio.CoreUtility": "[17.12.215, )"
}
}
},
".NETFramework,Version=v4.7.2/linux-arm64": {
Expand Down

0 comments on commit 48521b9

Please sign in to comment.