Skip to content

Commit

Permalink
updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Dec 4, 2024
1 parent 660c423 commit 5893825
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions AudioCuesheetEditor.Tests/AudioCuesheetEditor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
10 changes: 5 additions & 5 deletions AudioCuesheetEditor/AudioCuesheetEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Blazorise.Bootstrap5" Version="1.6.2" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.6.2" />
<PackageReference Include="Blazorise.Bootstrap5" Version="1.7.0" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.7.0" />
<PackageReference Include="MetaBrainz.MusicBrainz" Version="6.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.10" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.11" PrivateAssets="all" />
<PackageReference Include="BlazorDownloadFile" Version="2.4.0.2" />
<PackageReference Include="Blazorise.Components" Version="1.6.2" />
<PackageReference Include="Blazorise.Components" Version="1.7.0" />
<PackageReference Include="Howler.Blazor" Version="0.9.8" />
<PackageReference Include="Markdig" Version="0.38.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
Expand Down
44 changes: 22 additions & 22 deletions AudioCuesheetEditor/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@
<script src="scripts/howler.core.min.js"></script>
<script src="_content/Howler.Blazor/JsInteropHowl.js"></script>

<script src="_content/Blazorise/breakpoint.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/button.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/closable.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/colorPicker.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/datePicker.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/dragDrop.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/dropdown.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/fileEdit.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/filePicker.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/inputMask.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/io.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/memoEdit.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/numericPicker.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/observer.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/table.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/textEdit.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/theme.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/timePicker.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/tooltip.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/utilities.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise.Bootstrap5/modal.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise.Bootstrap5/tooltip.js?v=1.6.2.0" type="module"></script>
<script src="_content/Blazorise/breakpoint.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/button.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/closable.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/colorPicker.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/datePicker.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/dragDrop.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/dropdown.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/fileEdit.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/filePicker.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/inputMask.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/io.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/memoEdit.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/numericPicker.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/observer.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/table.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/textEdit.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/theme.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/timePicker.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/tooltip.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise/utilities.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise.Bootstrap5/modal.js?v=1.7.0.0" type="module"></script>
<script src="_content/Blazorise.Bootstrap5/tooltip.js?v=1.7.0.0" type="module"></script>

<style>
.center {
Expand Down

0 comments on commit 5893825

Please sign in to comment.