Skip to content

Commit

Permalink
Update SpecFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
Galad committed Aug 9, 2020
1 parent 8a14967 commit 2937bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<PackageReference Update="Selenium.WebDriver" Version="3.14.0" />
<PackageReference Update="Selenium.WebDriver.ChromeDriver" Version="2.43.0" />
<PackageReference Update="SonarAnalyzer.CSharp" Version="8.10.0.19839" />
<PackageReference Update="SpecFlow.Tools.MsBuild.Generation" Version="3.0.213" />
<PackageReference Update="SpecFlow.xUnit" version="3.0.213" />
<PackageReference Update="SpecFlow.Tools.MsBuild.Generation" Version="3.3.74" />
<PackageReference Update="SpecFlow.xUnit" version="3.3.74" />
<PackageReference Update="System.ComponentModel.TypeConverter" Version="4.3.0" />
<PackageReference Update="NUnit" Version="3.10.1" />
<PackageReference Update="System.Collections.Immutable" Version="1.5.0" />
Expand Down
7 changes: 0 additions & 7 deletions tests/ToDoList.Specifications/ToDoList.Specifications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<Target Name="AfterUpdateFeatureFilesInProject">
<!-- include any generated SpecFlow files in the compilation of the project if not included yet -->
<ItemGroup>
<Compile Include="**\*.feature.cs" Exclude="@(Compile)" />
</ItemGroup>
</Target>
</Project>

0 comments on commit 2937bad

Please sign in to comment.