Skip to content

Commit

Permalink
Fixed test sites
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSadlerUK committed Jul 3, 2023
1 parent c077783 commit a3e11f4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/UmbNav.Web/UmbNav.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.6" />
<PackageReference Include="Our.Umbraco.UmbNav.Api" Version="2.0.2" />
<PackageReference Include="Our.Umbraco.UmbNav.Core" Version="2.0.0" />
<!--<PackageReference Include="Our.Umbraco.UmbNav.Api" Version="2.0.2" />
<PackageReference Include="Our.Umbraco.UmbNav.Core" Version="2.0.0" />-->
<PackageReference Include="Umbraco.Cms.Core" Version="10.0.0" />
</ItemGroup>

Expand All @@ -51,4 +51,9 @@
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\UmbNav.Api\UmbNav.Api.csproj" />
<ProjectReference Include="..\UmbNav.Core\UmbNav.Core.csproj" />
</ItemGroup>

</Project>

0 comments on commit a3e11f4

Please sign in to comment.