Skip to content

Commit

Permalink
Merge pull request #5091 from tvatavuk/patch-1
Browse files Browse the repository at this point in the history
Minor fix in ThemeController.cs
  • Loading branch information
sbwalker authored Feb 11, 2025
2 parents e55e011 + 1214a11 commit 2daefe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Server/Controllers/ThemeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ private ITokenReplace InitializeTokenReplace(string rootPath, string rootFolder,
{
{ "FrameworkVersion", theme.Version },
{ "ClientReference", $"<PackageReference Include=\"Oqtane.Client\" Version=\"{theme.Version}\" />" },
{ "SharedReference", $"<PackageReference Include=\"Oqtane.Client\" Version=\"{theme.Version}\" />" },
{ "SharedReference", $"<PackageReference Include=\"Oqtane.Shared\" Version=\"{theme.Version}\" />" },
};
});
}
Expand Down

0 comments on commit 2daefe0

Please sign in to comment.