Skip to content

Commit 7e7b894

Browse files
authored
Merge pull request #17 from WCOMAB/renovate/dotnet-sdk-9.x
Update dependency dotnet-sdk to v9.0.201
2 parents ef12f37 + 8711919 commit 7e7b894

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.200",
3+
"version": "9.0.201",
44
"allowPrerelease": true
55
}
66
}

samples/Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" />
21+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.3" />
2222
</ItemGroup>
2323

2424
</Project>

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

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

1818
<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'" />
2222
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)