Skip to content

Commit e741d84

Browse files
committed
Bump buildscripts
1 parent 213e102 commit e741d84

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: mv ./crunch/license.txt ./crunch/LICENSE
5757

5858
- name: Run CAKE
59-
run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --toolname=crunch --executablename=crunch --commandname=mgcb-crunch --licensepath=crunch/LICENSE
59+
run: dotnet run --project ./build/Build.csproj -- --target=Package --universalBinary=true --toolname=crunch --executablename=crunch --licensepath=crunch/LICENSE
6060
env:
6161
ACTIONS_RUNTIME_TOKEN: ${{ env.ACTIONS_RUNTIME_TOKEN }}
6262
ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}"

build/Build.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="Cake.FileHelpers" Version="7.0.0" />
29-
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
29+
<PackageReference Include="Cake.Frosting" Version="5.0.0" />
3030
<PackageReference Include="Cake.Homebrew" Version="0.3.1" />
31-
<PackageReference Include="NuGet.Packaging" Version="6.10.1" />
32-
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
31+
<PackageReference Include="NuGet.Packaging" Version="6.14.0" />
32+
<PackageReference Include="System.Formats.Asn1" Version="9.0.5" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

0 commit comments

Comments
 (0)