Skip to content

Commit 86a9a0e

Browse files
committed
Revert "Bump Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.0.0"
This reverts commit ccc32cc.
1 parent 9c3ef41 commit 86a9a0e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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" />
1514
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
1615
</ItemGroup>
1716

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="5.0.0" />
10+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
1111
</ItemGroup>
1212

1313
</Project>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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" />
1514
</ItemGroup>
1615

1716
<ItemGroup>

0 commit comments

Comments
 (0)