From a3ad58c937118f679916a1412fa3a2fd061c1b7e Mon Sep 17 00:00:00 2001 From: Joseph Moreno <44370115+josephmoresena@users.noreply.github.com> Date: Fri, 17 Feb 2023 08:35:39 -0500 Subject: [PATCH] Restore SystemDetail record --- src/Windows/ViewModels/AboutViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Windows/ViewModels/AboutViewModel.cs b/src/Windows/ViewModels/AboutViewModel.cs index 2d88481..2e72d49 100644 --- a/src/Windows/ViewModels/AboutViewModel.cs +++ b/src/Windows/ViewModels/AboutViewModel.cs @@ -8,7 +8,7 @@ using ReactiveUI; namespace AvaloniaCoreRTDemo.Windows.ViewModels { - internal record SystemDetail(String Key, String Value); + internal record SystemDetail(string Key, string Value); internal sealed class AboutViewModel : ReactiveObject {