Skip to content

Commit 48521b9

Browse files
Missed some references to 4.12 compiler -> 4.11 (#16117)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/16117)
1 parent bdb719c commit 48521b9

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

src/vs-bicep/Bicep.VSLanguageServerClient.ItemTemplate/Bicep.VSLanguageServerClient.ItemTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</ItemGroup>
5555
<ItemGroup>
5656
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle">
57-
<Version>4.12.0</Version>
57+
<Version>4.11.0</Version>
5858
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5959
<PrivateAssets>all</PrivateAssets>
6060
</PackageReference>

src/vs-bicep/Bicep.VSLanguageServerClient.ItemTemplate/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"Microsoft.CodeAnalysis.CSharp.CodeStyle": {
1212
"type": "Direct",
13-
"requested": "[4.12.0, )",
14-
"resolved": "4.12.0",
15-
"contentHash": "5S+LHLhm0am4MWQQMN0O3VyKA/St5JCqH1yv+1YGZl2klIJlLlmNA/KTLCVJSC1kZPIKR1MFF/3g9FqsyzIyCQ=="
13+
"requested": "[4.11.0, )",
14+
"resolved": "4.11.0",
15+
"contentHash": "lcKLcYWr0vtRcGcmLs9WMilKT1DwoOaDIGvkuIX5t2exqVluHGCEBoE/R5zsoealJUDJb8BTu6ODPwpDb/JZug=="
1616
},
1717
"Microsoft.SourceLink.GitHub": {
1818
"type": "Direct",

src/vs-bicep/Bicep.VSLanguageServerClient.Vsix/Bicep.VSLanguageServerClient.Vsix.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</ItemGroup>
5757
<ItemGroup>
5858
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle">
59-
<Version>4.12.0</Version>
59+
<Version>4.11.0</Version>
6060
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6161
<PrivateAssets>all</PrivateAssets>
6262
</PackageReference>

src/vs-bicep/Bicep.VSLanguageServerClient.Vsix/packages.lock.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"Microsoft.CodeAnalysis.CSharp.CodeStyle": {
1818
"type": "Direct",
19-
"requested": "[4.12.0, )",
20-
"resolved": "4.12.0",
21-
"contentHash": "5S+LHLhm0am4MWQQMN0O3VyKA/St5JCqH1yv+1YGZl2klIJlLlmNA/KTLCVJSC1kZPIKR1MFF/3g9FqsyzIyCQ=="
19+
"requested": "[4.11.0, )",
20+
"resolved": "4.11.0",
21+
"contentHash": "lcKLcYWr0vtRcGcmLs9WMilKT1DwoOaDIGvkuIX5t2exqVluHGCEBoE/R5zsoealJUDJb8BTu6ODPwpDb/JZug=="
2222
},
2323
"Microsoft.IO.Redist": {
2424
"type": "Direct",
@@ -1884,6 +1884,12 @@
18841884
"OmniSharp.Extensions.LanguageServer": "[0.19.9, )",
18851885
"System.Text.Json": "[9.0.0, )"
18861886
}
1887+
},
1888+
"bicep.vslanguageserverclient.itemtemplate": {
1889+
"type": "Project",
1890+
"dependencies": {
1891+
"Microsoft.VisualStudio.CoreUtility": "[17.12.215, )"
1892+
}
18871893
}
18881894
},
18891895
".NETFramework,Version=v4.7.2/linux-arm64": {

0 commit comments

Comments
 (0)