Skip to content

Commit fa20804

Browse files
committed
Updated nuget packages
1 parent cf7002a commit fa20804

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Microsoft.OpenApi.Tool/Microsoft.OpenApi.Tool.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="System.CommandLine.Experimental" Version="0.3.0-alpha.19577.1" />
13+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20104.2" />
1414
</ItemGroup>
1515

1616
<ItemGroup>
1717
<ProjectReference Include="..\Microsoft.OpenApi.Readers\Microsoft.OpenApi.Readers.csproj" />
1818
<ProjectReference Include="..\Microsoft.OpenApi\Microsoft.OpenApi.csproj" />
1919
</ItemGroup>
2020

21+
<ItemGroup>
22+
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.0.0" />
23+
</ItemGroup>
24+
2125
</Project>

0 commit comments

Comments
 (0)