Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .docfx/api/namespaces/Codebelt.Bootstrapper.Console.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
uid: Codebelt.Boostrapper.Console
uid: Codebelt.Bootstrapper.Console
summary: *content
---
The `Codebelt.Boostrapper.Console` namespace offers an implementation optimized for console applications that is managed by its host.
The `Codebelt.Bootstrapper.Console` namespace offers an implementation optimized for console applications that is managed by its host.

[!INCLUDE [availability-modern](../../includes/availability-modern.md)]

Expand Down
4 changes: 2 additions & 2 deletions .docfx/api/namespaces/Codebelt.Bootstrapper.Web.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
uid: Codebelt.Boostrapper.Web
uid: Codebelt.Bootstrapper.Web
summary: *content
---
The `Codebelt.Boostrapper.Web` namespace offers an implementation optimized for web applications that is managed by its host.
The `Codebelt.Bootstrapper.Web` namespace offers an implementation optimized for web applications that is managed by its host.

[!INCLUDE [availability-modern](../../includes/availability-modern.md)]

Expand Down
4 changes: 2 additions & 2 deletions .docfx/api/namespaces/Codebelt.Bootstrapper.Worker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
uid: Codebelt.Boostrapper.Worker
uid: Codebelt.Bootstrapper.Worker
summary: *content
---
The `Codebelt.Boostrapper.Worker` namespace offers an implementation optimized for worker applications that is managed by its host.
The `Codebelt.Bootstrapper.Worker` namespace offers an implementation optimized for worker applications that is managed by its host.

[!INCLUDE [availability-modern](../../includes/availability-modern.md)]
4 changes: 2 additions & 2 deletions .docfx/api/namespaces/Codebelt.Bootstrapper.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
uid: Codebelt.Boostrapper
uid: Codebelt.Bootstrapper
summary: *content
---
The `Codebelt.Boostrapper` namespace offers core types of this lightweight boostrapper framework optimized for console applicationss, providing a uniform and consistent implementation of console-, worker-, web-, mvc-, webapp- and webapi-project types.
The `Codebelt.Bootstrapper` namespace offers core types of this lightweight boostrapper framework optimized for console applicationss, providing a uniform and consistent implementation of console-, worker-, web-, mvc-, webapp- and webapi-project types.

[!INCLUDE [availability-modern](../../includes/availability-modern.md)]

Expand Down
2 changes: 1 addition & 1 deletion .docfx/includes/availability-default.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Availability: .NET 8, .NET 6 and .NET Standard 2.0
Availability: .NET 9, .NET 8 and .NET Standard 2.0
2 changes: 1 addition & 1 deletion .docfx/includes/availability-modern.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Availability: .NET 8 and .NET 6
Availability: .NET 9 and .NET 8
23 changes: 10 additions & 13 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="Codebelt.Extensions.Swashbuckle.AspNetCore" Version="9.0.0-rc.1" />
<PackageVersion Include="Codebelt.Extensions.Xunit" Version="9.0.0-rc.1" />
<PackageVersion Include="Cuemon.Core" Version="9.0.0-rc.1" />
<PackageVersion Include="Cuemon.Extensions.Hosting" Version="9.0.0-rc.1" />
<PackageVersion Include="Codebelt.Extensions.Swashbuckle.AspNetCore" Version="9.0.0" />
<PackageVersion Include="Codebelt.Extensions.Xunit" Version="9.0.0" />
<PackageVersion Include="Cuemon.Core" Version="9.0.0" />
<PackageVersion Include="Cuemon.Extensions.Hosting" Version="9.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="MinVer" Version="6.0.0" />
Expand All @@ -16,20 +15,18 @@
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0-rc.2.24474.3" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.0-rc.2.24474.3" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.0-rc.2.24473.5" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0-rc.2.24473.5" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0-rc.2.24473.5" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.10" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
</ItemGroup>
</Project>
</Project>