Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit c4878c9

Browse files
Merge pull request #47 from adamralph/upgrade-build-packages
upgrade build packages
2 parents d53e11c + ea29022 commit c4878c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static void Main(string[] args)
6767

6868
Target("default", DependsOn(clean, runTests, push));
6969

70-
RunTargets(args.Concat(new[] {"--parallel"}));
70+
RunTargetsAndExit(args.Concat(new[] {"--parallel"}));
7171
}
7272

7373
private static readonly Action Init = () => Yarn("./docs");

build/build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Bullseye" Version="2.2.0" />
11-
<PackageReference Include="SimpleExec" Version="3.0.0" />
10+
<PackageReference Include="Bullseye" Version="2.3.0-rc.1" />
11+
<PackageReference Include="SimpleExec" Version="4.2.0" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)