Skip to content

Commit

Permalink
Merge pull request #449 from adamralph/upgrade-simple-exec
Browse files Browse the repository at this point in the history
upgrade SimpleExec from 6.4.0 to 7.0.0-alpha.1
  • Loading branch information
adamralph authored Dec 21, 2020
2 parents a23c571 + 10e39d1 commit b7ae07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MinVerTests/MinVerTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="SimpleExec" Version="6.4.0" />
<PackageReference Include="SimpleExec" Version="7.0.0-alpha.1" />
<PackageReference Include="Xbehave" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion targets/Targets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Bullseye" Version="3.5.0" />
<PackageReference Include="SimpleExec" Version="6.4.0" />
<PackageReference Include="SimpleExec" Version="7.0.0-alpha.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20574.7 " />
<PackageReference Include="xunit.assert" Version="2.4.1" />
</ItemGroup>
Expand Down

0 comments on commit b7ae07b

Please sign in to comment.