Skip to content

Commit

Permalink
version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Mar 8, 2024
1 parent d81fd78 commit 2126220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/dbatools/dbatools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Identity.Client" Version="4.54.1" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.56.0" />
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="7.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
Expand Down
2 changes: 1 addition & 1 deletion project/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.401"
"version": "6.0.419"
}
}

0 comments on commit 2126220

Please sign in to comment.