Skip to content

Commit 9967553

Browse files
committed
CodeAnalysis 4.0.0-4.final
1 parent 37c1482 commit 9967553

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/StringLiteralCodeAnalysisSample/StringLiteralCodeAnalysisSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0" PrivateAssets="all" />
9+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.0-4.final" PrivateAssets="all" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

src/StringLiteralGenerator/StringLiteralGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.10.0" PrivateAssets="all" />
22+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.0-4.final" PrivateAssets="all" />
2323
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="all" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)