File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 99 <Description >Database migration and seeding system for SQL Server and Azure SQL Database.</Description >
1010 <GenerateDependencyFile >false</GenerateDependencyFile >
1111 <PowerShellItemIncludes >$(PowerShellItemIncludes);**/*.txt</PowerShellItemIncludes >
12+ <DisableTransitiveProjectReferences >true</DisableTransitiveProjectReferences >
1213 </PropertyGroup >
1314
1415 <ItemGroup >
15- <PackageReference Include =" Subatomix.Build.Packaging.PowerShellModule" PrivateAssets =" all" />
16- <PackageReference Include =" System.Management.Automation" PrivateAssets =" all" />
16+ <PackageReference
17+ Include =" Subatomix.Build.Packaging.PowerShellModule"
18+ PrivateAssets =" all" />
19+ <PackageReference
20+ Include =" System.Management.Automation"
21+ PrivateAssets =" all" IncludeAssets =" compile" />
1722 </ItemGroup >
1823
1924 <ItemGroup >
2025 <!-- Copied to deps\ as None items below -->
2126 <ProjectReference
2227 Include =" ..\PSql.Deploy.Engine\PSql.Deploy.Engine.csproj"
23- Private =" false" PrivateAssets =" all" Aliases =" Engine" />
28+ Private =" false" PrivateAssets =" all" IncludeAssets = " compile " Aliases =" Engine" />
2429 </ItemGroup >
2530
2631 <ItemGroup >
You can’t perform that action at this time.
0 commit comments