Skip to content

Commit

Permalink
Bump Roslyn to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Oct 27, 2024
1 parent 9fc8929 commit d892b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Quoter/Quoter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageId>RoslynQuoter</PackageId>
<Authors>Kirill Osenkov</Authors>
<Company>Microsoft</Company>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Description>A Roslyn tool that for a given C# program shows the syntax factory API calls to construct its syntax tree.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/KirillOsenkov/RoslynQuoter</PackageProjectUrl>
Expand All @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" />
</ItemGroup>

</Project>

0 comments on commit d892b85

Please sign in to comment.