Skip to content

Commit 877815e

Browse files
committed
use the System.CommandLine package from nuget.org instead of the azure feed
1 parent 28d8537 commit 877815e

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

new-cli/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" />
3131
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
3232
<PackageVersion Include="Serilog.Sinks.Map" Version="2.0.0" />
33-
<PackageVersion Include="System.CommandLine" Version="2.0.0-rc.1.25375.119" />
33+
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta6.25358.103" />
3434
<PackageVersion Include="System.IO.Abstractions" Version="22.0.15" />
3535
<PackageVersion Include="System.Text.Json" Version="9.0.7" />
3636
</ItemGroup>

new-cli/GitVersion.slnx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<Folder Name="/sln/">
2626
<File Path="Directory.Build.props" />
2727
<File Path="Directory.Packages.props" />
28-
<File Path="nuget.config" />
2928
</Folder>
3029
<Project Path="GitVersion.Cli.Generator.Tests/GitVersion.Cli.Generator.Tests.csproj" />
3130
<Project Path="GitVersion.Cli.Generator/GitVersion.Cli.Generator.csproj" />
@@ -35,4 +34,4 @@
3534
<Project Path="GitVersion.Core.Libgit2Sharp/GitVersion.Core.Libgit2Sharp.csproj" />
3635
<Project Path="GitVersion.Core.Tester/GitVersion.Core.Tester.csproj" />
3736
<Project Path="GitVersion.Core/GitVersion.Core.csproj" />
38-
</Solution>
37+
</Solution>

new-cli/nuget.config

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)