From 5e3e49e97948c5602ec2681d4ca33bda8c037814 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 8 Jul 2024 18:30:29 +0000
Subject: [PATCH] Bump DotNetConfig from 1.0.6 to 1.2.0

Bumps DotNetConfig from 1.0.6 to 1.2.0.

---
updated-dependencies:
- dependency-name: DotNetConfig
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .../VisualStudio.Tests.csproj                 |   2 +-
 src/VisualStudio/VisualStudio.csproj          | 148 +++++++++---------
 2 files changed, 75 insertions(+), 75 deletions(-)

diff --git a/src/VisualStudio.Tests/VisualStudio.Tests.csproj b/src/VisualStudio.Tests/VisualStudio.Tests.csproj
index e43f9da..afaba03 100644
--- a/src/VisualStudio.Tests/VisualStudio.Tests.csproj
+++ b/src/VisualStudio.Tests/VisualStudio.Tests.csproj
@@ -6,7 +6,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="DotNetConfig" Version="1.0.6" />
+    <PackageReference Include="DotNetConfig" Version="1.2.0" />
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
     <PackageReference Include="Moq" Version="4.18.4" />
     <PackageReference Include="xunit" Version="2.4.2" />
diff --git a/src/VisualStudio/VisualStudio.csproj b/src/VisualStudio/VisualStudio.csproj
index 68ef7df..39001ba 100644
--- a/src/VisualStudio/VisualStudio.csproj
+++ b/src/VisualStudio/VisualStudio.csproj
@@ -1,74 +1,74 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
-  <PropertyGroup>
-    <Description>A global tool for managing Visual Studio installations
-
-Usage: vs [command] [options|-?|-h|--help] [--save=ALIAS [--global]]
-
-Supported commands:
-  alias       Shows the list of saved aliases
-  client      Launches Visual Studio in client mode
-  config      Opens the config folder.
-  install     Installs a specific edition of Visual Studio.
-  kill        Kills running devenv processes.
-  log         Opens the folder containing the Activity.log file.
-  modify      Modifies an installation of Visual Studio.
-  run         This is default command, so typically it does not 
-              need to be provided as an argument.
-  update      Updates an installation of Visual Studio.
-  where       Locates the installed version(s) of Visual Studio 
-              that satisfy the requested requirements, optionally 
-              retrieving installation properties from it.
-
-See full documentation at $(PackageProjectUrl).
-</Description>
-
-    <OutputType>Exe</OutputType>
-    <TargetFramework>net6.0</TargetFramework>
-    <RollForward>Major</RollForward>
-
-    <AssemblyName>vs</AssemblyName>
-    <RootNamespace>VisualStudio</RootNamespace>
-
-    <PackageId>dotnet-vs</PackageId>
-    <PackageReadmeFile>readme.md</PackageReadmeFile>
-
-    <ToolCommandName>vs</ToolCommandName> 
-    <PackAsTool>true</PackAsTool>
-
-    <NoWarn>$(NoWarn);NU5118</NoWarn>
-
-    <DateTime>$([System.DateTime]::UtcNow.ToString("yyyy-MM-dd"))</DateTime>
-  </PropertyGroup>
-
-  <ItemGroup>
-    <PackageReference Include="Devlooped.Web" Version="1.2.0" />
-    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
-    <PackageReference Include="System.Text.Json" Version="6.0.8" />
-    <PackageReference Include="vswhere" Version="3.1.7" PrivateAssets="all" />
-    <PackageReference Include="Mono.Options" Version="6.12.0.148" />
-    <PackageReference Include="ThisAssembly" Version="1.0.9" PrivateAssets="all" />
-    <PackageReference Include="System.Management" Version="8.0.0" />
-    <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.6.0" />
-    <PackageReference Include="DotNetConfig" Version="1.0.6" />
-  </ItemGroup>
-
-  <ItemGroup>
-    <None Condition="'$(TargetFramework)' != ''" Include="$(VSWhereDir)vswhere.exe" Link="%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="tools\$(TargetFramework)\any\%(Filename)%(Extension)" />
-    <EmbeddedResource Include="Docs\*.md" />
-  </ItemGroup>
-
-  <ItemGroup>
-    <None Remove="Docs\alias.md" />
-    <None Remove="Docs\client.md" />
-    <None Include="..\..\readme.md" PackagePath="readme.md" Pack="true" />
-  </ItemGroup>
-
-  <ItemGroup>
-    <InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
-    <InternalsVisibleTo Include="VisualStudio.Tests" />
-    <ProjectProperty Include="DateTime" />
-    <ProjectProperty Include="RepositoryUrl" />
-  </ItemGroup>
-
-</Project>
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <Description>A global tool for managing Visual Studio installations
+
+Usage: vs [command] [options|-?|-h|--help] [--save=ALIAS [--global]]
+
+Supported commands:
+  alias       Shows the list of saved aliases
+  client      Launches Visual Studio in client mode
+  config      Opens the config folder.
+  install     Installs a specific edition of Visual Studio.
+  kill        Kills running devenv processes.
+  log         Opens the folder containing the Activity.log file.
+  modify      Modifies an installation of Visual Studio.
+  run         This is default command, so typically it does not 
+              need to be provided as an argument.
+  update      Updates an installation of Visual Studio.
+  where       Locates the installed version(s) of Visual Studio 
+              that satisfy the requested requirements, optionally 
+              retrieving installation properties from it.
+
+See full documentation at $(PackageProjectUrl).
+</Description>
+
+    <OutputType>Exe</OutputType>
+    <TargetFramework>net6.0</TargetFramework>
+    <RollForward>Major</RollForward>
+
+    <AssemblyName>vs</AssemblyName>
+    <RootNamespace>VisualStudio</RootNamespace>
+
+    <PackageId>dotnet-vs</PackageId>
+    <PackageReadmeFile>readme.md</PackageReadmeFile>
+
+    <ToolCommandName>vs</ToolCommandName> 
+    <PackAsTool>true</PackAsTool>
+
+    <NoWarn>$(NoWarn);NU5118</NoWarn>
+
+    <DateTime>$([System.DateTime]::UtcNow.ToString("yyyy-MM-dd"))</DateTime>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <PackageReference Include="Devlooped.Web" Version="1.2.0" />
+    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
+    <PackageReference Include="System.Text.Json" Version="6.0.8" />
+    <PackageReference Include="vswhere" Version="3.1.7" PrivateAssets="all" />
+    <PackageReference Include="Mono.Options" Version="6.12.0.148" />
+    <PackageReference Include="ThisAssembly" Version="1.0.9" PrivateAssets="all" />
+    <PackageReference Include="System.Management" Version="8.0.0" />
+    <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.6.0" />
+    <PackageReference Include="DotNetConfig" Version="1.2.0" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <None Condition="'$(TargetFramework)' != ''" Include="$(VSWhereDir)vswhere.exe" Link="%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="tools\$(TargetFramework)\any\%(Filename)%(Extension)" />
+    <EmbeddedResource Include="Docs\*.md" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <None Remove="Docs\alias.md" />
+    <None Remove="Docs\client.md" />
+    <None Include="..\..\readme.md" PackagePath="readme.md" Pack="true" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
+    <InternalsVisibleTo Include="VisualStudio.Tests" />
+    <ProjectProperty Include="DateTime" />
+    <ProjectProperty Include="RepositoryUrl" />
+  </ItemGroup>
+
+</Project>