Skip to content

Commit 4d07e05

Browse files
Merge pull request #566 from tannergooding/main
Roll back the version of System.CommandLine being used
2 parents 006106b + fd868d6 commit 4d07e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<PackageValidationBaselineVersion>17.0.0</PackageValidationBaselineVersion>
4848
<Product>ClangSharp</Product>
4949
<RootNamespace>ClangSharp</RootNamespace>
50-
<VersionPrefix>18.1.0</VersionPrefix>
50+
<VersionPrefix>18.1.0.1</VersionPrefix>
5151
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">rc1</VersionSuffix>
5252
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
5353
</PropertyGroup>

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1818
<PackageVersion Include="NUnit" Version="4.1.0" />
1919
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
20-
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
20+
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)