Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
otherwise resolve to is subject to. -->
<PackageVersion Include="MessagePack" Version="2.5.302" />
<PackageVersion Include="Aspire.Hosting.Azure.AppService" Version="13.5.3" />
<PackageVersion Include="Aspire.Hosting.Azure.Sql" Version="13.5.3" />
<PackageVersion Include="Aspire.Hosting.Azure.Sql" Version="13.5.4" />
<PackageVersion Include="EntityFrameworkCore.Exceptions.SqlServer" Version="10.0.1" />
<PackageVersion Include="FastEndpoints.Swagger" Version="8.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.10" />
Expand Down Expand Up @@ -50,7 +50,7 @@
13.x to move to. The build number tracks the stable Aspire.Hosting.* 13.5.3 pins, so
bump it in lockstep with them. -->
<PackageVersion Include="Aspire.Hosting.EntityFrameworkCore" Version="13.5.3-preview.1.26425.3" />
<PackageVersion Include="Aspire.Hosting.SqlServer" Version="13.5.3" />
<PackageVersion Include="Aspire.Hosting.SqlServer" Version="13.5.4" />
</ItemGroup>
<ItemGroup Condition="$(IsTestProject) == 'true'">
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
Expand Down