Skip to content

Commit ccc32cc

Browse files
committed
Bump Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.0.0
1 parent 63d790f commit ccc32cc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Localization/Editor.Localization.Analyzers/Editor.Localization.Analyzers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
1415
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
1516
</ItemGroup>
1617

Localization/Editor.Localization.Shared/Editor.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>

Localization/Editor.Localization.SourceGenerators/Editor.Localization.SourceGenerators.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
1415
</ItemGroup>
1516

1617
<ItemGroup>

0 commit comments

Comments
 (0)