Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.9" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.9" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.20" />
<PackageVersion Include="Microsoft.SqlServer.DacFx" Version="170.1.61" />
<PackageVersion Include="Microsoft.Build" Version="17.11.31" />
<PackageVersion Include="Microsoft.Build.Locator" Version="1.9.1" />
<PackageVersion Include="Microsoft.SqlServer.DacFx" Version="170.2.70" />
<PackageVersion Include="Microsoft.Build" Version="17.14.28" />
<PackageVersion Include="Microsoft.Build.Locator" Version="1.10.2" />
<PackageVersion Include="EventStore.Client.Extensions.OpenTelemetry" Version="23.3.8" />
<PackageVersion Include="EventStore.Client.Grpc.Streams" Version="23.3.8" />
<PackageVersion Include="ErikEJ.Dacpac.Chinook" Version="1.0.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects library
This package provides [.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview) integration for SQL Server Database Projects. It allows you to publish SQL Database Projects as part of your .NET Aspire AppHost projects. It currently works with both [MSBuild.Sdk.SqlProj](https://github.com/rr-wfm/MSBuild.Sdk.SqlProj) and [Microsoft.Build.Sql](https://github.com/microsoft/DacFx) (aka .sqlprojx) based projects.
This package provides [.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview) integration for SQL Server Database Projects. It allows you to publish SQL Database Projects as part of your .NET Aspire AppHost projects. It currently works with both [MSBuild.Sdk.SqlProj](https://github.com/rr-wfm/MSBuild.Sdk.SqlProj) and [Microsoft.Build.Sql](https://github.com/microsoft/DacFx) based projects.

## Usage
To use this package, install it into your .NET Aspire AppHost project:
Expand Down
Loading