Skip to content

Commit

Permalink
Removed obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-ahemsath committed Jul 18, 2023
1 parent 02ef9e7 commit e938d3f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,23 +100,23 @@
<PackageReference Include="StackExchange.Redis.StrongName" Version="1.2.6" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="StackExchange.Redis" Version="2.6.116" Condition="'$(TargetFramework)' == 'net7.0'" />

<!-- Elasticsearch NEST framework references - only able to test newest 7.x with 8.x server -->
<!-- Elasticsearch NEST framework references -->
<PackageReference Include="NEST" Version="7.0.0" Condition="'$(TargetFramework)' == 'net462'" />
<PackageReference Include="NEST" Version="7.3.0" Condition="'$(TargetFramework)' == 'net471'" />
<PackageReference Include="NEST" Version="7.9.0" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net481'" />

<!-- Elasticsearch NEST .NET/Core references - only able to test newest 7.x with 8.x server -->
<!-- Elasticsearch NEST .NET/Core references -->
<PackageReference Include="NEST" Version="7.0.0" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net7.0'" />

<!-- Elasticsearch.Net framework references - only able to test newest 7.x with 8.x server -->
<!-- Elasticsearch.Net framework references -->
<PackageReference Include="Elasticsearch.Net" Version="7.0.0" Condition="'$(TargetFramework)' == 'net462'" />
<PackageReference Include="Elasticsearch.Net" Version="7.3.0" Condition="'$(TargetFramework)' == 'net471'" />
<PackageReference Include="Elasticsearch.Net" Version="7.9.0" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="Elasticsearch.Net" Version="7.17.5" Condition="'$(TargetFramework)' == 'net481'" />

<!-- Elasticsearch.Net .NET/Core references - only able to test newest 7.x with 8.x server -->
<!-- Elasticsearch.Net .NET/Core references -->
<PackageReference Include="Elasticsearch.Net" Version="7.0.0" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="Elasticsearch.Net" Version="7.17.5" Condition="'$(TargetFramework)' == 'net7.0'" />

Expand Down

0 comments on commit e938d3f

Please sign in to comment.