From febe24b3f7cdaab1d251d5a85981d2d3a4c14f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 03:40:41 +0000 Subject: [PATCH] Build(deps): Bump Roslynator.Analyzers in /src/Spice86.Core Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.12.5 to 4.12.6. - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](https://github.com/dotnet/roslynator/compare/v4.12.5...v4.12.6) --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Bufdio.Spice86/Bufdio.Spice86.csproj | 112 +++++------ src/Spice86.Core/Spice86.Core.csproj | 222 ++++++++++----------- src/Spice86.Logging/Spice86.Logging.csproj | 112 +++++------ src/Spice86.Shared/Spice86.Shared.csproj | 112 +++++------ 4 files changed, 279 insertions(+), 279 deletions(-) diff --git a/src/Bufdio.Spice86/Bufdio.Spice86.csproj b/src/Bufdio.Spice86/Bufdio.Spice86.csproj index ad67b102b..b92aee5af 100644 --- a/src/Bufdio.Spice86/Bufdio.Spice86.csproj +++ b/src/Bufdio.Spice86/Bufdio.Spice86.csproj @@ -1,56 +1,56 @@ - - - - true - Bufdio.Spice86 - Luthfi Tri Atmaja - Only for Spice86 usage. A cross platform audio playback library for .NET based on PortAudio, forked from the original Bufdio by Luthfi Tri Atmaja. - net8.0 - enable - nullable - - - - true - 7.0.0 - Luthfi Tri Atmaja, Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel - Apache-2.0 - Reverse engineer and rewrite real mode dos programs - https://github.com/OpenRakis/Spice86 - https://github.com/OpenRakis/Spice86 - git - - - - - true - true - true - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - + + + + true + Bufdio.Spice86 + Luthfi Tri Atmaja + Only for Spice86 usage. A cross platform audio playback library for .NET based on PortAudio, forked from the original Bufdio by Luthfi Tri Atmaja. + net8.0 + enable + nullable + + + + true + 7.0.0 + Luthfi Tri Atmaja, Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel + Apache-2.0 + Reverse engineer and rewrite real mode dos programs + https://github.com/OpenRakis/Spice86 + https://github.com/OpenRakis/Spice86 + git + + + + + true + true + true + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + diff --git a/src/Spice86.Core/Spice86.Core.csproj b/src/Spice86.Core/Spice86.Core.csproj index 840fa1f0d..e4d326844 100644 --- a/src/Spice86.Core/Spice86.Core.csproj +++ b/src/Spice86.Core/Spice86.Core.csproj @@ -1,111 +1,111 @@ - - - - net8.0 - enable - enable - nullable - true - - - - - - - - - - true - 7.0.0 - Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel - Apache-2.0 - Reverse engineer and rewrite real mode dos programs - https://github.com/OpenRakis/Spice86 - https://github.com/OpenRakis/Spice86 - git - - - - - true - true - true - - - - true - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - - - 2MGM.license - Always - - - 2MGM.sf2 - Always - - - - - - <_Parameter1>Spice86.Tests - - - <_Parameter1>DynamicProxyGenAssembly2 - - - - + + + + net8.0 + enable + enable + nullable + true + + + + + + + + + + true + 7.0.0 + Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel + Apache-2.0 + Reverse engineer and rewrite real mode dos programs + https://github.com/OpenRakis/Spice86 + https://github.com/OpenRakis/Spice86 + git + + + + + true + true + true + + + + true + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + + + + + + + + + 2MGM.license + Always + + + 2MGM.sf2 + Always + + + + + + <_Parameter1>Spice86.Tests + + + <_Parameter1>DynamicProxyGenAssembly2 + + + + diff --git a/src/Spice86.Logging/Spice86.Logging.csproj b/src/Spice86.Logging/Spice86.Logging.csproj index 30df25d05..0d14f6588 100644 --- a/src/Spice86.Logging/Spice86.Logging.csproj +++ b/src/Spice86.Logging/Spice86.Logging.csproj @@ -1,57 +1,57 @@ - - - net8.0 - enable - enable - Nullable - - - - true - 7.0.0 - Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel - Apache-2.0 - Reverse engineer and rewrite real mode dos programs - https://github.com/OpenRakis/Spice86 - https://github.com/OpenRakis/Spice86 - git - - - - true - true - true - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + net8.0 + enable + enable + Nullable + + + + true + 7.0.0 + Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel + Apache-2.0 + Reverse engineer and rewrite real mode dos programs + https://github.com/OpenRakis/Spice86 + https://github.com/OpenRakis/Spice86 + git + + + + true + true + true + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + \ No newline at end of file diff --git a/src/Spice86.Shared/Spice86.Shared.csproj b/src/Spice86.Shared/Spice86.Shared.csproj index 6dabd0192..cbfbc6f37 100644 --- a/src/Spice86.Shared/Spice86.Shared.csproj +++ b/src/Spice86.Shared/Spice86.Shared.csproj @@ -1,56 +1,56 @@ - - - - net8.0 - enable - enable - Nullable - - - - true - 7.0.0 - Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel - Apache-2.0 - Reverse engineer and rewrite real mode dos programs - https://github.com/OpenRakis/Spice86 - https://github.com/OpenRakis/Spice86 - git - - - - - true - true - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + + net8.0 + enable + enable + Nullable + + + + true + 7.0.0 + Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel + Apache-2.0 + Reverse engineer and rewrite real mode dos programs + https://github.com/OpenRakis/Spice86 + https://github.com/OpenRakis/Spice86 + git + + + + + true + true + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + +