diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 87d7403..bcb0ff5 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -34,7 +34,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.x - name: Restore Dependencies run: dotnet restore diff --git a/samples/Sample.ClientSide/Sample.ClientSide.csproj b/samples/Sample.ClientSide/Sample.ClientSide.csproj index 224ab55..834de27 100644 --- a/samples/Sample.ClientSide/Sample.ClientSide.csproj +++ b/samples/Sample.ClientSide/Sample.ClientSide.csproj @@ -1,24 +1,19 @@ - net8.0 + net9.0 enable - false - true - - + - - - + \ No newline at end of file diff --git a/samples/Sample.Core/Sample.Core.csproj b/samples/Sample.Core/Sample.Core.csproj index 5e02738..ffcb1f2 100644 --- a/samples/Sample.Core/Sample.Core.csproj +++ b/samples/Sample.Core/Sample.Core.csproj @@ -1,23 +1,18 @@ - net8.0 + net9.0 false - true - - - - + + - - - + \ No newline at end of file diff --git a/samples/Sample.ServerSide/Sample.ServerSide.csproj b/samples/Sample.ServerSide/Sample.ServerSide.csproj index cfe9de9..b93fb21 100644 --- a/samples/Sample.ServerSide/Sample.ServerSide.csproj +++ b/samples/Sample.ServerSide/Sample.ServerSide.csproj @@ -1,15 +1,12 @@ - net8.0 + net9.0 false - true - - - + \ No newline at end of file diff --git a/src/LoreSoft.Blazor.Controls/LoreSoft.Blazor.Controls.csproj b/src/LoreSoft.Blazor.Controls/LoreSoft.Blazor.Controls.csproj index c6a8ec3..b33e047 100644 --- a/src/LoreSoft.Blazor.Controls/LoreSoft.Blazor.Controls.csproj +++ b/src/LoreSoft.Blazor.Controls/LoreSoft.Blazor.Controls.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 true @@ -9,8 +9,8 @@ - - + + @@ -21,10 +21,6 @@ - - - - $(MSBuildProjectName).xml @@ -41,17 +37,4 @@ - - - - - - - <_ContentIncludedByDefault Remove="ToastContainer.razor" /> - - - - - - - + \ No newline at end of file diff --git a/test/LoreSoft.Blazor.Controls.Tests/LoreSoft.Blazor.Controls.Tests.csproj b/test/LoreSoft.Blazor.Controls.Tests/LoreSoft.Blazor.Controls.Tests.csproj index 62f0cbe..f991963 100644 --- a/test/LoreSoft.Blazor.Controls.Tests/LoreSoft.Blazor.Controls.Tests.csproj +++ b/test/LoreSoft.Blazor.Controls.Tests/LoreSoft.Blazor.Controls.Tests.csproj @@ -1,24 +1,21 @@ - - net8.0 + net9.0 enable enable - false true - - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + @@ -26,17 +23,14 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + \ No newline at end of file