Skip to content

Commit

Permalink
Adopting the fix in CRMGridView to solve #294
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed May 26, 2020
1 parent 6a78d59 commit e5ebe3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FetchXmlBuilder/FetchXmlBuilder.csproj
Expand Up @@ -163,8 +163,8 @@
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2015, Version=3.0.6.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<HintPath>..\packages\DockPanelSuite.ThemeVS2015.3.0.6\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll</HintPath>
</Reference>
<Reference Include="xrmtb.XrmToolBox.Controls, Version=2.1.1.0, Culture=neutral, PublicKeyToken=34def2c40500c62c, processorArchitecture=MSIL">
<HintPath>..\packages\xrmtb.XrmToolBox.Controls.2.1.1\lib\net47\xrmtb.XrmToolBox.Controls.dll</HintPath>
<Reference Include="xrmtb.XrmToolBox.Controls, Version=2.2.1.0, Culture=neutral, PublicKeyToken=34def2c40500c62c, processorArchitecture=MSIL">
<HintPath>..\packages\xrmtb.XrmToolBox.Controls.2.2.1\lib\net47\xrmtb.XrmToolBox.Controls.dll</HintPath>
</Reference>
<Reference Include="XrmToolBox, Version=1.2020.5.39, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\XrmToolBoxPackage.1.2020.5.39\lib\net462\XrmToolBox.exe</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion FetchXmlBuilder/packages.config
Expand Up @@ -23,6 +23,6 @@
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net472" />
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net472" />
<package id="System.Security.Cryptography.X509Certificates" version="4.3.2" targetFramework="net472" />
<package id="xrmtb.XrmToolBox.Controls" version="2.1.1" targetFramework="net472" />
<package id="xrmtb.XrmToolBox.Controls" version="2.2.1" targetFramework="net472" />
<package id="XrmToolBoxPackage" version="1.2020.5.39" targetFramework="net472" />
</packages>

0 comments on commit e5ebe3b

Please sign in to comment.