Skip to content

Commit

Permalink
Fix common-features versions in Serene.Web
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Oct 21, 2024
1 parent 2fbf5a3 commit f6e8753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serene/src/Serene.Web/Serene.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
<PackageReference Include="Serenity.Assets" Version="8.7.1" />
<PackageReference Include="Serenity.Corelib" Version="8.7.1" />
<PackageReference Include="Serenity.Net.Web" Version="8.7.1" />
<PackageReference Include="Serenity.Extensions" Version="8.7.1.1" />
<PackageReference Include="Serenity.Extensions" Version="8.7.1" />
<!--#if (Northwind)-->
<PackageReference Include="Serenity.Demo.Northwind" Version="8.7.1.1" />
<PackageReference Include="Serenity.Demo.Northwind" Version="8.7.1" />
<!--#endif-->
<!--#if (BasicSamples)-->
<PackageReference Include="Serenity.Demo.BasicSamples" Version="8.7.1.1" />
<PackageReference Include="Serenity.Demo.BasicSamples" Version="8.7.1" />
<!--#endif-->
</ItemGroup>
<ItemGroup Condition="'$(UseProjectRefs)' != 'false'">
Expand Down

0 comments on commit f6e8753

Please sign in to comment.