Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 8528658

Browse files
committed
Bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.CSharp.Workspaces
1 parent fb4edcf commit 8528658

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

AnyBar.Localization.Analyzers/AnyBar.Localization.Analyzers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>
22-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
23-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
22+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
23+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

AnyBar.Localization.Shared/AnyBar.Localization.Shared.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
10+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
1111
</ItemGroup>
1212

1313
</Project>

AnyBar.Localization.SourceGenerators/AnyBar.Localization.SourceGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
16+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)