Skip to content

Commit

Permalink
Fixing more merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chynesNR committed Nov 26, 2024
1 parent 8af3e95 commit 272ace4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.404.5" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="AWSSDK.Lambda" Version="3.7.405.10" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.405.10" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.405.10" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.8" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="8.15.8" Condition="'$(TargetFramework)' == 'net9.0'" />
Expand All @@ -34,7 +34,7 @@
<PackageReference Include="MassTransit" Version="8.2.5" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.44.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.44.0" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.44.0" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net9.0'" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<PackageReference Include="AWSSDK.Lambda" Version="3.7.400.7" Condition="'$(TargetFramework)' == 'net462'" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.404.1" Condition="'$(TargetFramework)' == 'net471'" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.302" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.302" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.302" Condition="'$(TargetFramework)' == 'net8.0'" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 272ace4

Please sign in to comment.