diff --git a/.github/workflows/run_unit_tests.yml b/.github/workflows/run_unit_tests.yml index 0232fc35..18e55ea2 100644 --- a/.github/workflows/run_unit_tests.yml +++ b/.github/workflows/run_unit_tests.yml @@ -10,14 +10,14 @@ jobs: # use ubuntu-latest image to run steps on runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.2.2 # sets up .NET - # version can be found here https://dotnet.microsoft.com/en-us/download/dotnet/8.0 + # version can be found here https://dotnet.microsoft.com/en-us/download/dotnet/9.0 - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.203' + dotnet-version: '9.0.101' - name: Install wasm-tools run: dotnet workload install wasm-tools diff --git a/AudioCuesheetEditor.Tests/AudioCuesheetEditor.Tests.csproj b/AudioCuesheetEditor.Tests/AudioCuesheetEditor.Tests.csproj index da02ce7b..e9fbe0b7 100644 --- a/AudioCuesheetEditor.Tests/AudioCuesheetEditor.Tests.csproj +++ b/AudioCuesheetEditor.Tests/AudioCuesheetEditor.Tests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable false diff --git a/AudioCuesheetEditor/AudioCuesheetEditor.csproj b/AudioCuesheetEditor/AudioCuesheetEditor.csproj index 9190636c..b2137ce7 100644 --- a/AudioCuesheetEditor/AudioCuesheetEditor.csproj +++ b/AudioCuesheetEditor/AudioCuesheetEditor.csproj @@ -1,13 +1,13 @@ - net8.0 + net9.0 true enable enable https://github.com/NeoCoderMatrix86/AudioCuesheetEditor 3.0 - 8.0.0 + 9.0.0 false true true @@ -134,20 +134,19 @@ - - + + - - + + - + - - - - + + + - + diff --git a/AudioCuesheetEditor/wwwroot/index.html b/AudioCuesheetEditor/wwwroot/index.html index 4aded2df..528dafc4 100644 --- a/AudioCuesheetEditor/wwwroot/index.html +++ b/AudioCuesheetEditor/wwwroot/index.html @@ -21,28 +21,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +