Skip to content

Commit

Permalink
Downgrade the CSharp compiler to try and fix the issues with using th…
Browse files Browse the repository at this point in the history
…e code generator in other projects
  • Loading branch information
halgari committed Jun 3, 2024
1 parent b92898d commit 7c487f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
<PackageReference Include="System.CodeDom" Version="8.0.0" />
<PackageReference Include="Weave" Version="2.1.0" OutputItemType="Analyzer" ReferenceOutputAssembly="false" >
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 7c487f3

Please sign in to comment.