Skip to content

Commit

Permalink
Use a fixed version of System.CommandLine
Browse files Browse the repository at this point in the history
This is a version without a dependency on `dynamic` (Microsoft.CSharp).
  • Loading branch information
omajid committed Jan 13, 2022
1 parent c76fea5 commit b5e4752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Turkey/Turkey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-*" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21573.1" />
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6" />
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="2.6" />
<PackageReference Include="Text.Analyzers" Version="2.6" />
Expand Down
1 change: 1 addition & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="system-commandline-nightly" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit b5e4752

Please sign in to comment.