We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc8929 commit d892b85Copy full SHA for d892b85
src/Quoter/Quoter.csproj
@@ -13,7 +13,7 @@
13
<PackageId>RoslynQuoter</PackageId>
14
<Authors>Kirill Osenkov</Authors>
15
<Company>Microsoft</Company>
16
- <Version>1.0.1</Version>
+ <Version>1.0.2</Version>
17
<Description>A Roslyn tool that for a given C# program shows the syntax factory API calls to construct its syntax tree.</Description>
18
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19
<PackageProjectUrl>https://github.com/KirillOsenkov/RoslynQuoter</PackageProjectUrl>
@@ -26,7 +26,7 @@
26
</ItemGroup>
27
28
<ItemGroup>
29
- <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.7.0" />
+ <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" />
30
31
32
</Project>
0 commit comments