Skip to content

Commit

Permalink
hopefully fix ci build weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingBallyhoo committed Oct 4, 2024
1 parent 6255d9a commit 58d9749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TankView/TankView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="NAudio.Vorbis" Version="1.5.0" />
<PackageReference Include="NVorbis" Version="0.10.5" />
<PackageReference Include="VirtualizingWrapPanel" Version="2.0.10" />
<PackageReference Include="WindowsAPICodePack-Core" Version="1.1.2" />
<PackageReference Include="WindowsAPICodePack-Shell" Version="1.1.1" />
<PackageReference Include="VirtualizingWrapPanel" Version="2.0.11" />
<PackageReference Include="WindowsAPICodePackCore" Version="8.0.5" />
<PackageReference Include="WindowsAPICodePackShell" Version="8.0.5" />
</ItemGroup>
<Target Name="SetSourceRevisionIdGit" BeforeTargets="BeforeBuild">
<Exec Command="git describe --long --always --dirty --exclude=* --abbrev=8" ConsoleToMSBuild="True" IgnoreExitCode="False" ContinueOnError="True">
Expand Down

0 comments on commit 58d9749

Please sign in to comment.