We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afdc45 commit f0b6d9eCopy full SHA for f0b6d9e
docs/devops/snippets/create-dotnet-github-action/DotNet.GitHubAction/DotNet.GitHubAction.csproj
@@ -9,8 +9,8 @@
9
10
<ItemGroup>
11
<PackageReference Include="CommandLineParser" Version="2.9.1" />
12
- <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
13
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.2" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
14
</ItemGroup>
15
16
</Project>
0 commit comments