Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 0b8cdb4

Browse files
filipwbettinaheim
andauthored
upgraded Roslyn to 3.6.0 (#499)
Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
1 parent b776411 commit 0b8cdb4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/QsCompiler/CommandLineTool/CommandLineTool.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="CommandLineParser" Version="2.6.0" />
29-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="3.3.1" />
30-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.3.1" />
31-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.3.1" />
32-
<PackageReference Include="Microsoft.CodeAnalysis.Features" Version="3.3.1" />
33-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="3.3.1" />
29+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="3.6.0" />
30+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.6.0" />
31+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.6.0" />
32+
<PackageReference Include="Microsoft.CodeAnalysis.Features" Version="3.6.0" />
33+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="3.6.0" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

src/QsCompiler/TextProcessor/TextProcessor.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<ItemGroup>
3232
<PackageReference Include="FParsec" Version="1.0.3" />
33-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.3.1" />
33+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.6.0" />
3434
<PackageReference Update="FSharp.Core" Version="4.7.0" />
3535
<PackageReference Update="System.ValueTuple" Version="4.4.0" />
3636
</ItemGroup>

0 commit comments

Comments
 (0)