Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslevesque committed Oct 23, 2019
1 parent 9eabb09 commit 3488bef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Hamlet/Hamlet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="1.1.0" PrivateAssets="all" />
<PackageReference Include="MinVer" Version="2.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="all" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions tests/Hamlet.Tests/Hamlet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FakeItEasy" Version="5.1.1" />
<PackageReference Include="FluentAssertions" Version="5.8.0" />
<PackageReference Include="FakeItEasy" Version="5.4.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
Expand Down
2 changes: 1 addition & 1 deletion tools/build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void OnExecute(CommandLineApplication app)

Target("default", DependsOn("test", "pack"));

RunTargetsAndExit(RemainingArguments);
RunTargetsWithoutExiting(RemainingArguments);
}

private static string GetSolutionDirectory() =>
Expand Down
6 changes: 3 additions & 3 deletions tools/build/build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bullseye" Version="2.4.0" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.3.4" />
<PackageReference Include="SimpleExec" Version="6.0.0" />
<PackageReference Include="Bullseye" Version="3.0.0" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.4.2" />
<PackageReference Include="SimpleExec" Version="6.1.0" />
</ItemGroup>

</Project>

0 comments on commit 3488bef

Please sign in to comment.