From b5d08a591c90ba6405dae3b2b2415b259edfd4d9 Mon Sep 17 00:00:00 2001 From: thomseeen Date: Tue, 12 Oct 2021 17:38:55 +0200 Subject: [PATCH] bump again --- SoundProfiler2/SoundProfiler2.csproj | 2 +- SoundProfiler2/ViewModels/EditMappingsViewModel.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SoundProfiler2/SoundProfiler2.csproj b/SoundProfiler2/SoundProfiler2.csproj index f699454..dcf3d8d 100644 --- a/SoundProfiler2/SoundProfiler2.csproj +++ b/SoundProfiler2/SoundProfiler2.csproj @@ -3,7 +3,7 @@ true x64 WinExe - net5.0-windows + net5.0-windows7.0 SoundProfiler2.App diff --git a/SoundProfiler2/ViewModels/EditMappingsViewModel.cs b/SoundProfiler2/ViewModels/EditMappingsViewModel.cs index e04080e..bf6f3bf 100644 --- a/SoundProfiler2/ViewModels/EditMappingsViewModel.cs +++ b/SoundProfiler2/ViewModels/EditMappingsViewModel.cs @@ -59,7 +59,7 @@ public EditMappingsViewModel(CategoryMappingModel hiddenProgrammMapping, IEnumer #endregion Constructors #region Private Methods - private void AddProgram(CategoryMappingModel mapping) { + private static void AddProgram(CategoryMappingModel mapping) { mapping.Programs.Add(new ProgramModel("newprog")); }