Skip to content

Commit 10db5c3

Browse files
authored
Revert to 8.0.1 for net8.0/netstandard2.0
1 parent 30acb00 commit 10db5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Spectre.Console.Cli.Extensions.DependencyInjection/Spectre.Console.Cli.Extensions.DependencyInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
20-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" Condition="'$(TargetFramework)' == 'net9.0'" />
19+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
20+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />
2121
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" Condition="'$(TargetFramework)' == 'net8.0'" />
2222
<PackageReference Include="Spectre.Console.Cli" Version="0.50.0" />
2323
</ItemGroup>

0 commit comments

Comments
 (0)