Skip to content

Commit cf55fe2

Browse files
committed
Updated ApexParser reference in the Playground project.
1 parent 8559354 commit cf55fe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Playground/Playground.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="ApexParser, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\ApexParser.0.6.14\lib\netstandard2.0\ApexParser.dll</HintPath>
40+
<HintPath>..\packages\ApexParser.0.6.15\lib\netstandard2.0\ApexParser.dll</HintPath>
4141
</Reference>
4242
<Reference Include="FastColoredTextBox, Version=2.16.21.0, Culture=neutral, PublicKeyToken=fb8aa12b994ef61b, processorArchitecture=MSIL">
4343
<HintPath>..\packages\FCTB.2.16.21.0\lib\FastColoredTextBox.dll</HintPath>

Playground/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ApexParser" version="0.6.14" targetFramework="net461" />
3+
<package id="ApexParser" version="0.6.15" targetFramework="net461" />
44
<package id="FCTB" version="2.16.21.0" targetFramework="net462" />
55
<package id="Microsoft.CodeAnalysis.Analyzers" version="2.6.2" targetFramework="net461" developmentDependency="true" />
66
<package id="Microsoft.CodeAnalysis.Common" version="2.9.0" targetFramework="net461" />

0 commit comments

Comments
 (0)