Skip to content

Commit

Permalink
refactor: update packages part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeussConsulting authored and jeremydmiller committed Dec 2, 2024
1 parent 6361bac commit 3b37e8c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions src/Http/OpenApiDemonstrator/OpenApiDemonstrator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Http/Wolverine.Http.Tests/Wolverine.Http.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Alba" Version="7.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Npgsql" Version="8.0.6" />
<PackageReference Include="Refit" Version="8.0.0" />
<PackageReference Include="Refit.HttpClientFactory" Version="8.0.0" />
<PackageReference Include="xunit" Version="2.9.0" />
Expand Down Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11"/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/Http/WolverineWebApi/WolverineWebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" />
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net9.0'">
Expand Down
8 changes: 4 additions & 4 deletions src/Persistence/EfCoreTests/EfCoreTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net7.0'">
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[7.0.0, 8.0.0)"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[7.0.0, 8.0.0)"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[7.0.1, 8.0.0)"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[7.0.1, 8.0.0)"/>
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net8.0'">
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11"/>
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net9.0'">
Expand Down
8 changes: 4 additions & 4 deletions src/Persistence/PersistenceTests/PersistenceTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net7.0'">
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[7.0.0, 8.0.0)"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[7.0.0, 8.0.0)"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[7.0.1, 8.0.0)"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="[7.0.1, 8.0.0)"/>
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net8.0'">
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.11"/>
</ItemGroup>

<ItemGroup Condition="'$(targetframework)' == 'net9.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[7.0.0, 9.0.0)"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[7.0.0, 9.0.0)"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="[7.0.1, 9.0.0)"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[7.0.1, 9.0.0)"/>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11"/>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
Expand Down
2 changes: 1 addition & 1 deletion src/Samples/InMemoryMediator/InMemoryMediator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0"/>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MassTransit" Version="8.0.6"/>
<PackageReference Include="MassTransit.RabbitMQ" Version="8.0.6"/>
<PackageReference Include="MassTransit" Version="8.1.3" />
<PackageReference Include="MassTransit.RabbitMQ" Version="8.1.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1"/>
</ItemGroup>

Expand Down

0 comments on commit 3b37e8c

Please sign in to comment.