Skip to content

Commit

Permalink
Update ExpressionTreeToString to Dynamic LINQ
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Oct 28, 2020
1 parent a8f2985 commit afc19d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Debuggee/Debuggee.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ZSpitz.Util" Version="0.1.56" />
<PackageReference Include="ExpressionTreeToString" Version="3.1.45" />
<PackageReference Include="ZSpitz.Util" Version="0.1.63" />
<PackageReference Include="ExpressionTreeToString" Version="3.2.48" />
<Reference Include="Microsoft.VisualStudio.DebuggerVisualizers">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
<Private>false</Private>
Expand Down
6 changes: 3 additions & 3 deletions Package/Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ExpressionTreeToString" Version="3.1.45" />
<PackageReference Include="ExpressionTreeToString" Version="3.2.48" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="ZSpitz.Util" Version="0.1.56" />
<PackageReference Include="ZSpitz.Util.Wpf" Version="0.1.56" />
<PackageReference Include="ZSpitz.Util" Version="0.1.63" />
<PackageReference Include="ZSpitz.Util.Wpf" Version="0.1.63" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="MultiSelectTreeView" Version="1.0.9" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Tests.Visualizer/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ExpressionTreeToString" Version="3.1.45" />
<PackageReference Include="ExpressionTreeToString" Version="3.2.48" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ExpressionTreeTestObjects" Version="1.0.13" />
<PackageReference Include="ExpressionTreeTestObjects" Version="1.0.14" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Visualizer/Visualizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
<Private>false</Private>
</Reference>
<PackageReference Include="ExpressionTreeToString" Version="3.1.45" />
<PackageReference Include="ExpressionTreeToString" Version="3.2.48" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="MultiSelectTreeView" Version="1.0.9" />
<PackageReference Include="ZSpitz.Util" Version="0.1.56" />
<PackageReference Include="ZSpitz.Util.Wpf" Version="0.1.56" />
<PackageReference Include="ZSpitz.Util" Version="0.1.63" />
<PackageReference Include="ZSpitz.Util.Wpf" Version="0.1.63" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Octokit" Version="0.48.0" />
<ProjectReference Include="..\Debuggee\Debuggee.csproj" />
Expand Down

0 comments on commit afc19d2

Please sign in to comment.