File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Microsoft.Data.SqlClient/tests/UnitTests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments