From 626ddfa23f882bbad8137681f9d35334d47d1b57 Mon Sep 17 00:00:00 2001 From: L3tum <9307432+L3tum@users.noreply.github.com> Date: Thu, 22 Oct 2020 18:50:16 +0200 Subject: [PATCH] chore: Update version info in csproj fix: Default config for HardwareInformation.csproj was X86 --- HardwareInformation.sln | 4 ++-- HardwareInformation/HardwareInformation.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HardwareInformation.sln b/HardwareInformation.sln index 7206308..6d84475 100644 --- a/HardwareInformation.sln +++ b/HardwareInformation.sln @@ -22,8 +22,8 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Release|Any CPU.ActiveCfg = Release|Any CPU {E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Release|Any CPU.Build.0 = Release|Any CPU - {E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|Any CPU.ActiveCfg = Debug|X86 - {E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|Any CPU.Build.0 = Debug|X86 + {E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E1B535FC-D186-47C7-AFE3-70BC051A7CF4}.Debug|Any CPU.Build.0 = Debug|Any CPU {B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Debug|Any CPU.Build.0 = Debug|Any CPU {B2FFFB2B-A4C7-4E38-A8FE-FF5467317FBC}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/HardwareInformation/HardwareInformation.csproj b/HardwareInformation/HardwareInformation.csproj index a8a97f4..9c294e9 100644 --- a/HardwareInformation/HardwareInformation.csproj +++ b/HardwareInformation/HardwareInformation.csproj @@ -25,7 +25,7 @@ true snupkg false - 3.0.1 + 4.0.1