Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Dec 11, 2024
1 parent d31762d commit a048464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GPUDay.Theme/GPUDay.Theme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
<ProjectReference Condition="Exists($(LombiqHelpfulExtensionsPath))" Include="$(LombiqHelpfulExtensionsPath)" />
<ProjectReference Condition="Exists($(LombiqNodeJsExtensionsPath))" Include="$(LombiqNodeJsExtensionsPath)" />
<ProjectReference Condition="Exists($(LombiqHostingMediaThemePath))" Include="$(LombiqHostingMediaThemePath)" />
<PackageReference Condition="!Exists($(LombiqHelpfulExtensionsPath))" Include="Lombiq.HelpfulExtensions" Version="8.0.1" />
<PackageReference Condition="!Exists($(LombiqHelpfulExtensionsPath))" Include="Lombiq.HelpfulExtensions" Version="10.0.0" />
<PackageReference Condition="!Exists($(LombiqNodeJsExtensionsPath))" Include="Lombiq.NodeJs.Extensions" Version="2.1.0" />
<PackageReference Condition="!Exists($(LombiqHostingMediaThemePath))" Include="Lombiq.Hosting.MediaTheme" Version="6.0.1" />
<PackageReference Condition="!Exists($(LombiqHostingMediaThemeTargetsProps))" Include="Lombiq.Hosting.MediaTheme.Targets" Version="6.0.1" />
<PackageReference Condition="!Exists($(LombiqHostingMediaThemePath))" Include="Lombiq.Hosting.MediaTheme" Version="8.0.0" />
<PackageReference Condition="!Exists($(LombiqHostingMediaThemeTargetsProps))" Include="Lombiq.Hosting.MediaTheme.Targets" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a048464

Please sign in to comment.