File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/Spectre.Console.Cli.Extensions.DependencyInjection Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 9.0.200 " ,
3
+ "version" : " 9.0.201 " ,
4
4
"allowPrerelease" : true
5
5
}
6
6
}
Original file line number Diff line number Diff line change 18
18
</ItemGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.2 " />
21
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.3 " />
22
22
</ItemGroup >
23
23
24
24
</Project >
Original file line number Diff line number Diff line change 16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8 .0.1 " Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
20
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.2 " Condition =" '$(TargetFramework)' == 'net9.0'" />
21
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8 .0.1 " Condition =" '$(TargetFramework)' == 'net8.0'" />
19
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9 .0.3 " Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
20
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.3 " Condition =" '$(TargetFramework)' == 'net9.0'" />
21
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9 .0.3 " Condition =" '$(TargetFramework)' == 'net8.0'" />
22
22
<PackageReference Include =" Spectre.Console.Cli" Version =" 0.49.1" />
23
23
</ItemGroup >
24
24
You can’t perform that action at this time.
0 commit comments