Skip to content

Commit

Permalink
Update Cake.ISO to target DiscUtils v0.16.13 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete authored Nov 17, 2022
1 parent b17b05f commit 2b5d7b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Cake.ISO/Cake.ISO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<ItemGroup>
<PackageReference Include="Cake.Core" Version="2.0.0" PrivateAssets="All" />

<PackageReference Include="DiscUtils.Core" Version="0.15.1-ci0007" />
<PackageReference Include="DiscUtils.Iso9660" Version="0.15.1-ci0007" />
<PackageReference Include="DiscUtils.Streams" Version="0.15.1-ci0007" />
<PackageReference Include="DiscUtils.Core" Version="0.16.13" />
<PackageReference Include="DiscUtils.Iso9660" Version="0.16.13" />
<PackageReference Include="DiscUtils.Streams" Version="0.16.13" />

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 2b5d7b4

Please sign in to comment.