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 6fc972e commit 9153a4cCopy full SHA for 9153a4c
src/GitVersionCore/GitVersionCore.csproj
@@ -19,7 +19,7 @@
19
<ItemGroup>
20
<PackageReference Include="LibGit2Sharp" Version="$(PackageVersion_LibGit2Sharp)" />
21
<PackageReference Include="JetBrains.Annotations" Version="$(PackageVersion_JetBrainsAnnotations)" PrivateAssets="All"></PackageReference>
22
- <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.1" />
23
<PackageReference Include="Microsoft.Extensions.Options" Version="3.0.1" />
24
<PackageReference Include="YamlDotNet" Version="$(PackageVersion_YamlDotNet)" />
25
</ItemGroup>
0 commit comments