Skip to content
Open
Show file tree
Hide file tree
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 schema-tools-tests/SchemaTools.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<!-- Direct references to SchemaTools dependencies that are PrivateAssets="all"
in the main project (required for MSBuild task packaging).
The test project must reference these explicitly. -->
<PackageReference Include="Microsoft.Build.Framework" Version="18.3.3" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="18.3.3" />
<PackageReference Include="Microsoft.Build.Framework" Version="18.4.0" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="18.4.0" />
<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="170.168.0" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="170.3.93" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions schema-tools/SchemaTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
<!-- MSBuild dependencies: provided by the MSBuild host at runtime.
PrivateAssets="all" - do not expose as package dependencies
ExcludeAssets="Runtime" - do not copy to output (MSBuild provides these) -->
<PackageReference Include="Microsoft.Build.Framework" Version="18.3.3"
<PackageReference Include="Microsoft.Build.Framework" Version="18.4.0"
PrivateAssets="all" ExcludeAssets="Runtime" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="18.3.3"
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="18.4.0"
PrivateAssets="all" ExcludeAssets="Runtime" />

<!-- SQL Server ScriptDom for parsing T-SQL (bundled in package) -->
Expand Down