Skip to content

Commit 0b20a00

Browse files
committed
Add reference to Moq in unit test project
1 parent 595c418 commit 0b20a00

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<PackageVersion Include="Microsoft.SqlServer.Types" Version="160.1000.6" />
3636
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
3737
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" />
38+
<PackageVersion Include="Moq" Version="4.20.72" />
3839
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
3940
<PackageVersion Include="System.Data.Odbc" Version="9.0.9" />
4041
<PackageVersion Include="System.Security.Principal.Windows" Version="5.0.0" />

src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft.Data.SqlClient.UnitTests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
</PropertyGroup>
1212
<!-- Common references -->
1313
<ItemGroup>
14-
<PackageReference Include="System.Configuration.ConfigurationManager" />
1514
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1615
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Condition="$(TargetGroup) == 'netfx'">
1716
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -28,6 +27,8 @@
2827
</PackageReference>
2928
<PackageReference Include="Microsoft.DotNet.XUnitExtensions" />
3029
<PackageReference Include="Microsoft.SqlServer.Server" />
30+
<PackageReference Include="Moq" />
31+
<PackageReference Include="System.Configuration.ConfigurationManager" />
3132
<ProjectReference Include="$(TestsPath)tools\TDS\TDS.Servers\TDS.Servers.csproj" />
3233
<ProjectReference Include="$(TestsPath)tools\TDS\TDS.EndPoint\TDS.EndPoint.csproj" />
3334
<ProjectReference Include="$(TestsPath)tools\TDS\TDS\TDS.csproj" />

0 commit comments

Comments
 (0)