Skip to content

Commit

Permalink
[gh-1351] Update Roslyn version in Default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmind committed Nov 18, 2024
1 parent 3b12065 commit a8902c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions source/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
<PackageReference Include="JetBrains.Annotations" Version="10.4.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.17.0" />
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Features" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0-3.final" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="4.12.0-3.final" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Features" Version="4.12.0-3.final" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.12.0-3.final" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="3.1.512801" />
<PackageReference Include="Microsoft.ILVerification" Version="7.0.0-preview.4.22229.4" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion source/Tests/Decompilation/TestCode/Lambda.CallInArray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void M()
internal sealed class <PrivateImplementationDetails>
{
[StructLayout(LayoutKind.Explicit, Pack = 1, Size = 16)]
private struct __StaticArrayInitTypeSize=16
internal struct __StaticArrayInitTypeSize=16
{
}

Expand Down

0 comments on commit a8902c9

Please sign in to comment.