Skip to content

Commit

Permalink
(maint) Update dotnet monorepo to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 966160e commit fe59e25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"projects": [ "src" ],
"sdk": {
"allowPrerelease": true,
"version": "7.0.410",
"version": "9.0.101",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion src/Samples/SingleCommand/SingleCommand.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1"/>
<PackageReference Include="Spectre.Console" Version="0.49.1"/>
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1"/>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReleaseNotes>https://github.com/juro-org/Spectre.Console.Extensions.Hosting/releases/tag/$(Version)</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit fe59e25

Please sign in to comment.