Skip to content

Commit 32b0632

Browse files
committed
make it possible to build the samples
1 parent b36a0e2 commit 32b0632

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docs/standard/commandline/snippets/configuration/csharp/scl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5*" />
11+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25277.114" />
1212
</ItemGroup>
1313

1414
</Project>

docs/standard/commandline/snippets/customize-help/csharp/scl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
1212
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
1313
<PackageReference Include="Spectre.Console" Version="0.48.0" />
14-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25279.2" />
14+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25277.114" />
1515
</ItemGroup>
1616

1717
</Project>

docs/standard/commandline/snippets/define-symbols/csharp/scl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5*" />
11+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25277.114" />
1212
</ItemGroup>
1313

1414
</Project>

docs/standard/commandline/snippets/get-started-tutorial/csharp/Stage0/scl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5*" />
11+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25277.114" />
1212
</ItemGroup>
1313

1414
</Project>

docs/standard/commandline/snippets/get-started-tutorial/csharp/Stage1/scl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5*" />
11+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25277.114" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

docs/standard/commandline/snippets/get-started-tutorial/csharp/Stage2/scl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5*" />
17+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25277.114" />
1818
</ItemGroup>
1919

2020
</Project>

docs/standard/commandline/snippets/get-started-tutorial/csharp/Stage3/scl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5*" />
11+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25277.114" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

docs/standard/commandline/snippets/handle-termination/csharp/scl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5*" />
11+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25277.114" />
1212
</ItemGroup>
1313

1414
</Project>

docs/standard/commandline/snippets/model-binding/csharp/scl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5*" />
12+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25277.114" />
1313
</ItemGroup>
1414

1515
</Project>

docs/standard/commandline/snippets/tab-completion/csharp/scl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5*" />
12+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25277.114" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)