Skip to content

Commit

Permalink
Bump Microsoft.SqlServer.DacFx from 162.1.167 to 162.1.172 in /src/PsDac
Browse files Browse the repository at this point in the history
Bumps [Microsoft.SqlServer.DacFx](https://github.com/microsoft/DacFx) from 162.1.167 to 162.1.172.
- [Release notes](https://github.com/microsoft/DacFx/releases)
- [Commits](https://github.com/microsoft/DacFx/commits)

---
updated-dependencies:
- dependency-name: Microsoft.SqlServer.DacFx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent b842cba commit d19871c
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/PsDac/PsDac.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>PsDac</AssemblyName>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="162.1.167" />
<PackageReference Include="System.Management.Automation" Version="7.2.16" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
</ItemGroup>

<ItemGroup>
<Content Include="PsDac.psd1">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="PsDac.psm1">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>PsDac</AssemblyName>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="162.1.172" />
<PackageReference Include="System.Management.Automation" Version="7.2.16" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
</ItemGroup>

<ItemGroup>
<Content Include="PsDac.psd1">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="PsDac.psm1">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

</Project>

0 comments on commit d19871c

Please sign in to comment.