Skip to content

Commit 866f68d

Browse files
committed
updated dependency
1 parent bc19d27 commit 866f68d

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

PsSmo.sln

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.5.2.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
6+
EndProject
7+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PsSmo", "src\PsSmo\PsSmo.csproj", "{2B8C64B9-559B-3415-40F0-B2D465FEE9A9}"
8+
EndProject
9+
Global
10+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
11+
Debug|Any CPU = Debug|Any CPU
12+
Release|Any CPU = Release|Any CPU
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{2B8C64B9-559B-3415-40F0-B2D465FEE9A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{2B8C64B9-559B-3415-40F0-B2D465FEE9A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{2B8C64B9-559B-3415-40F0-B2D465FEE9A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{2B8C64B9-559B-3415-40F0-B2D465FEE9A9}.Release|Any CPU.Build.0 = Release|Any CPU
19+
EndGlobalSection
20+
GlobalSection(SolutionProperties) = preSolution
21+
HideSolutionNode = FALSE
22+
EndGlobalSection
23+
GlobalSection(NestedProjects) = preSolution
24+
{2B8C64B9-559B-3415-40F0-B2D465FEE9A9} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
25+
EndGlobalSection
26+
GlobalSection(ExtensibilityGlobals) = postSolution
27+
SolutionGuid = {20B9C8D2-55B9-4DB6-A2A5-E63B9FC0632B}
28+
EndGlobalSection
29+
EndGlobal

src/PsSmo/PsSmo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
1010
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
1111
<PackageReference Include="System.Management.Automation" Version="7.2.16" />
12-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
12+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)