File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Foundatio.Repositories.Elasticsearch Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
elasticsearch :
5
- image : docker.elastic.co/elasticsearch/elasticsearch:7.17.1
5
+ image : docker.elastic.co/elasticsearch/elasticsearch:7.17.3
6
6
environment :
7
7
discovery.type : single-node
8
8
xpack.security.enabled : ' false'
@@ -16,7 +16,7 @@ services:
16
16
kibana :
17
17
depends_on :
18
18
- elasticsearch
19
- image : docker.elastic.co/kibana/kibana:7.17.1
19
+ image : docker.elastic.co/kibana/kibana:7.17.3
20
20
ports :
21
21
- 5601:5601
22
22
networks :
Original file line number Diff line number Diff line change 3
3
<Compile Include =" ..\Foundatio.Repositories\Extensions\TaskExtensions.cs" Link =" Extensions\TaskExtensions.cs" />
4
4
</ItemGroup >
5
5
<ItemGroup >
6
- <PackageReference Include =" Foundatio.Parsers.ElasticQueries" Version =" 7.17.1 " Condition =" '$(ReferenceFoundatioRepositoriesSource)' == '' OR '$(ReferenceFoundatioRepositoriesSource)' == 'false'" />
6
+ <PackageReference Include =" Foundatio.Parsers.ElasticQueries" Version =" 7.17.2 " Condition =" '$(ReferenceFoundatioRepositoriesSource)' == '' OR '$(ReferenceFoundatioRepositoriesSource)' == 'false'" />
7
7
<ProjectReference Include =" $(FoundatioProjectsDir)Foundatio.Parsers\src\Foundatio.Parsers.ElasticQueries\Foundatio.Parsers.ElasticQueries.csproj" Condition =" '$(ReferenceFoundatioRepositoriesSource)' == 'true'" />
8
8
<ProjectReference Include =" ..\Foundatio.Repositories\Foundatio.Repositories.csproj" />
9
9
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<ItemGroup >
3
- <PackageReference Include =" Foundatio" Version =" 10.4 .0" Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
3
+ <PackageReference Include =" Foundatio" Version =" 10.5 .0" Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
4
4
<ProjectReference Include =" $(FoundatioProjectsDir)Foundatio\src\Foundatio\Foundatio.csproj" Condition =" '$(ReferenceFoundatioSource)' == 'true'" />
5
5
6
- <PackageReference Include =" Foundatio.JsonNet" Version =" 10.4 .0" Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
6
+ <PackageReference Include =" Foundatio.JsonNet" Version =" 10.5 .0" Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
7
7
<ProjectReference Include =" $(FoundatioProjectsDir)Foundatio\src\Foundatio.JsonNet\Foundatio.JsonNet.csproj" Condition =" '$(ReferenceFoundatioSource)' == 'true'" />
8
8
</ItemGroup >
9
9
</Project >
Original file line number Diff line number Diff line change 11
11
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" />
12
12
<PackageReference Include =" GitHubActionsTestLogger" Version =" 1.4.1" PrivateAssets =" All" />
13
13
14
- <PackageReference Include =" Foundatio.TestHarness" Version =" 10.4 .0" Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
14
+ <PackageReference Include =" Foundatio.TestHarness" Version =" 10.5 .0" Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
15
15
<ProjectReference Include =" ..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition =" '$(ReferenceFoundatioSource)' == 'true'" />
16
16
</ItemGroup >
17
17
</Project >
You can’t perform that action at this time.
0 commit comments