Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated dependency for specflow 2.4.0 suppport #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions IdeIntegration/TechTalk.SpecFlow.IdeIntegration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,42 +42,41 @@
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.ValueTuple">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil">
<HintPath>..\packages\Mono.Cecil.0.10.0\lib\net40\Mono.Cecil.dll</HintPath>
<Private>False</Private>
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil.Mdb">
<HintPath>..\packages\Mono.Cecil.0.10.0\lib\net40\Mono.Cecil.Mdb.dll</HintPath>
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.Mdb.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Mono.Cecil.Pdb">
<HintPath>..\packages\Mono.Cecil.0.10.0\lib\net40\Mono.Cecil.Pdb.dll</HintPath>
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.Pdb.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Mono.Cecil.Rocks">
<HintPath>..\packages\Mono.Cecil.0.10.0\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="TechTalk.SpecFlow">
<HintPath>..\packages\SpecFlow.2.3.2\lib\net45\TechTalk.SpecFlow.dll</HintPath>
<HintPath>..\packages\SpecFlow.2.4.0\lib\net45\TechTalk.SpecFlow.dll</HintPath>
</Reference>
<Reference Include="Gherkin">
<HintPath>..\packages\SpecFlow.CustomPlugin.2.3.2\lib\net45\Gherkin.dll</HintPath>
<HintPath>..\packages\SpecFlow.CustomPlugin.2.4.0\lib\net45\Gherkin.dll</HintPath>
</Reference>
<Reference Include="TechTalk.SpecFlow.Generator">
<HintPath>..\packages\SpecFlow.CustomPlugin.2.3.2\lib\net45\TechTalk.SpecFlow.Generator.dll</HintPath>
<HintPath>..\packages\SpecFlow.CustomPlugin.2.4.0\lib\net45\TechTalk.SpecFlow.Generator.dll</HintPath>
</Reference>
<Reference Include="TechTalk.SpecFlow.Parser">
<HintPath>..\packages\SpecFlow.CustomPlugin.2.3.2\lib\net45\TechTalk.SpecFlow.Parser.dll</HintPath>
<HintPath>..\packages\SpecFlow.CustomPlugin.2.4.0\lib\net45\TechTalk.SpecFlow.Parser.dll</HintPath>
</Reference>
<Reference Include="TechTalk.SpecFlow.Utils">
<HintPath>..\packages\SpecFlow.CustomPlugin.2.3.2\lib\net45\TechTalk.SpecFlow.Utils.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
<HintPath>..\packages\SpecFlow.CustomPlugin.2.4.0\lib\net45\TechTalk.SpecFlow.Utils.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -120,5 +119,5 @@
<Target Name="AfterBuild">
</Target>
-->
<Import Project="..\packages\SpecFlow.2.3.2\build\SpecFlow.targets" Condition="Exists('..\packages\SpecFlow.2.3.2\build\SpecFlow.targets')" />
<Import Project="..\packages\SpecFlow.2.4.0\build\SpecFlow.targets" Condition="Exists('..\packages\SpecFlow.2.4.0\build\SpecFlow.targets')" />
</Project>
8 changes: 4 additions & 4 deletions IdeIntegration/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Mono.Cecil" version="0.10.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
<package id="SpecFlow" version="2.3.2" targetFramework="net45" />
<package id="SpecFlow.CustomPlugin" version="2.3.2" targetFramework="net45" />
<package id="Mono.Cecil" version="0.10.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net45" />
<package id="SpecFlow" version="2.4.0" targetFramework="net45" />
<package id="SpecFlow.CustomPlugin" version="2.4.0" targetFramework="net45" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net45" />
</packages>
28 changes: 25 additions & 3 deletions VisualStudio.SpecFlow/VisualStudio.SpecFlow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,28 @@
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<CustomCommands>
<CustomCommands>
<Command>
<type>AfterBuild</type>
<command>"/Applications/Visual Studio.app/Contents/MacOS/vstool" setup pack VisualStudio.SpecFlow.dll</command>
<workingdir>${TargetDir}</workingdir>
</Command>
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<CustomCommands>
<CustomCommands>
<Command>
<type>AfterBuild</type>
<command>"/Applications/Visual Studio.app/Contents/MacOS/vstool" setup pack VisualStudio.SpecFlow.dll</command>
<workingdir>${TargetDir}</workingdir>
</Command>
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IKVM.OpenJDK.Core" Version="7.2.4630.5" />
<PackageReference Include="IKVM.OpenJDK.Util" Version="7.2.4630.5" />
Expand All @@ -23,9 +45,9 @@
<PackageReference Include="IKVM.OpenJDK.Charsets" Version="7.2.4630.5" />
<PackageReference Include="IKVM.OpenJDK.Security" Version="7.2.4630.5" />
<PackageReference Include="IKVM.Runtime" Version="7.2.4630.5" />
<PackageReference Include="MonoDevelop.Addins" Version="0.4.4" />
<PackageReference Include="SpecFlow" Version="2.3.2" />
<PackageReference Include="SpecFlow.CustomPlugin" Version="2.3.2" />
<PackageReference Include="MonoDevelop.Addins" Version="0.4.7" />
<PackageReference Include="SpecFlow" Version="2.4.0" />
<PackageReference Include="SpecFlow.CustomPlugin" Version="2.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IdeIntegration\TechTalk.SpecFlow.IdeIntegration.csproj" />
Expand Down