Skip to content

Commit 2f03a07

Browse files
CopilotErikEJ
andauthored
Update DacFX to 170.2.70 (#3247)
* Initial plan * Update DacFX from 170.1.61 to 170.2.70 Co-authored-by: ErikEJ <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: ErikEJ <[email protected]> Co-authored-by: Erik Ejlskov Jensen <[email protected]>
1 parent ed36b1d commit 2f03a07

File tree

11 files changed

+6
-4
lines changed

11 files changed

+6
-4
lines changed

src/Core/DacFxStrongTypedCore.161/DacFxStrongTypedCore.161.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="170.1.61" />
15+
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="170.2.70" />
1616
</ItemGroup>
1717

1818
</Project>

src/Core/SqlServer.Rules.Report/SqlServer.Rules.Report.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="ErikEJ.DacFX.TSQLSmellSCA" Version="3.0.0-preview.4" />
1212
<PackageReference Include="ErikEJ.DacFX.SqlServer.Rules" Version="3.0.0-preview.4" />
13-
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="170.1.61" />
13+
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="170.2.70" />
1414
<PackageReference Include="System.ComponentModel.Composition" Version="9.0.1" />
1515
</ItemGroup>
1616
</Project>

src/GUI/lib/DacFX161.zip

364 KB
Binary file not shown.
155 KB
Binary file not shown.
2.52 KB
Binary file not shown.
5.02 KB
Binary file not shown.

src/GUI/lib/DacFX161/Microsoft.SqlServer.Dac.dll

100644100755
3.53 KB
Binary file not shown.

src/GUI/lib/DacFX161/Microsoft.SqlServer.Server.dll

100644100755
File mode changed.
579 KB
Binary file not shown.

src/Nupkg/ErikEJ.EntityFrameworkCore.8.SqlServer.Dacpac/ErikEJ.EntityFrameworkCore.8.SqlServer.Dacpac.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Authors>ErikEJ</Authors>
99
<Description>Enables reverse engineering an EF Core model from a data-tier application package (DACPAC).</Description>
1010
<PackageProjectUrl>https://github.com/ErikEJ/EFCorePowerTools</PackageProjectUrl>
11-
<PackageReleaseNotes>For EF Core 8.0 with DacFX 170.1</PackageReleaseNotes>
11+
<PackageReleaseNotes>For EF Core 8.0 with DacFX 170.2</PackageReleaseNotes>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageTags>DbContext;EntityFramework;SqlServer;DACPAC;EFCore;EntityFrameworkCore</PackageTags>
1414
<RootNamespace>ErikEJ.EntityFrameworkCore.SqlServer</RootNamespace>
@@ -27,6 +27,7 @@
2727
</PropertyGroup>
2828

2929
<ItemGroup>
30+
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="170.2.70" />
3031
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="8.0.0" />
3132
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="170.1.61" />
3233
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />

0 commit comments

Comments
 (0)