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
2 changes: 1 addition & 1 deletion OrchardCore.Web/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "10.0.10",
"version": "10.0.11",
"commands": [
"dotnet-ef"
]
Expand Down
2 changes: 1 addition & 1 deletion Themes/TheOrchardCoreTheme/TheOrchardCoreTheme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<!-- Compiles Assets/Styles/site.css -> wwwroot/css/site.css with the Tailwind CLI on build (no Node.js required). -->
<PackageReference Include="Lombiq.Tailwind.Targets" Version="1.0.0-alpha.9.nest-644" />
<PackageReference Include="Lombiq.Tailwind.Targets" Version="1.0.0" />
</ItemGroup>

<!-- TEMPORARY workaround (remove once Lombiq.Tailwind.Targets ships a fix): its default download
Expand Down