Skip to content

Commit

Permalink
Downgrade Microsoft.CodeAnalysis.CSharp nuget package.
Browse files Browse the repository at this point in the history
  • Loading branch information
byme8 committed Dec 20, 2022
1 parent 2255784 commit 12c5120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ZeroQL.SourceGenerators/ZeroQL.SourceGenerators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/ZeroQL.Tools/ZeroQL.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="GraphQL-Parser" Version="8.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 12c5120

Please sign in to comment.