Skip to content

Commit 51a9e4c

Browse files
author
Ajeet
committed
re added nuget
1 parent 9d5c63d commit 51a9e4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

EntityFrameworkWrapper/EntityFrameworkWrapper.Test/EntityFrameworkWrapper.Test.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
4646
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
4747
</Reference>
48-
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
49-
<Private>False</Private>
48+
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
49+
<HintPath>..\packages\MicrosoftVisualStudioQualityToolsUnitTestFramework.1.0.0\lib\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll</HintPath>
50+
<Private>True</Private>
5051
</Reference>
5152
<Reference Include="Moq, Version=4.8.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
5253
<HintPath>..\packages\Moq.4.8.1\lib\net45\Moq.dll</HintPath>

0 commit comments

Comments
 (0)