-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump System.Management from 7.0.2 to 8.0.0 in the system group
Bumps the system group with 1 update: [System.Management](https://github.com/dotnet/runtime). Updates `System.Management` from 7.0.2 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.2...v8.0.0) --- updated-dependencies: - dependency-name: System.Management dependency-type: direct:production update-type: version-update:semver-major dependency-group: system ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
d7cf8b1
commit 9b08179
Showing
1 changed file
with
74 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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="7.0.2" /> | ||
<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.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> |