Skip to content

Commit

Permalink
Upgrade search package reference in dev app projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
tusmester committed Jul 27, 2020
1 parent 6d871c3 commit fef8b57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Tools/SnConsoleInstaller/SnConsoleInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
<PackageReference Include="SenseNet.Search.Lucene29.Local" Version="7.4.1" />
<PackageReference Include="SenseNet.Search.Lucene29.Local" Version="7.4.2" />
<PackageReference Include="SenseNet.Security.EFCSecurityStore" Version="3.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.5" />
<PackageReference Include="SenseNet.Search.Lucene29.Local" Version="7.4.1" />
<PackageReference Include="SenseNet.Search.Lucene29.Local" Version="7.4.2" />
<PackageReference Include="SenseNet.Security.EFCSecurityStore" Version="3.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.5" />
<PackageReference Include="SenseNet.Search.Lucene29.Local" Version="7.4.1" />
<PackageReference Include="SenseNet.Search.Lucene29.Local" Version="7.4.2" />
<PackageReference Include="SenseNet.Security.EFCSecurityStore" Version="3.0.0" />
</ItemGroup>

Expand Down

0 comments on commit fef8b57

Please sign in to comment.