Skip to content

Commit d892b85

Browse files
committed
Bump Roslyn to latest
1 parent 9fc8929 commit d892b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Quoter/Quoter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageId>RoslynQuoter</PackageId>
1414
<Authors>Kirill Osenkov</Authors>
1515
<Company>Microsoft</Company>
16-
<Version>1.0.1</Version>
16+
<Version>1.0.2</Version>
1717
<Description>A Roslyn tool that for a given C# program shows the syntax factory API calls to construct its syntax tree.</Description>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
<PackageProjectUrl>https://github.com/KirillOsenkov/RoslynQuoter</PackageProjectUrl>
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.7.0" />
29+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)