Skip to content

Commit b9108bd

Browse files
authored
Removed Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll from the package (#10)
Fixed #9
1 parent 0619a4b commit b9108bd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,6 @@ $RECYCLE.BIN/
163163
Package/Lib
164164
*.nupkg
165165
*.zip
166+
167+
# Rider
168+
.idea*

Src/FluentAssertions.Json.Net45/Json.Net45.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
<Reference Include="FluentAssertions.Core, Version=4.19.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
4343
<HintPath>..\..\packages\FluentAssertions.4.19.0\lib\net45\FluentAssertions.Core.dll</HintPath>
4444
</Reference>
45-
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
46-
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\..\Lib\UnitTesting\Net45\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll</HintPath>
48-
</Reference>
4945
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5046
<HintPath>..\..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
5147
<Private>True</Private>

Src/FluentAssertions.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
</dependencies>
2828
</metadata>
2929
<files>
30-
<file src="..\Artifacts\Json\lib\**.*.*" target="lib" exclude="**\Newtonsoft.*;**\FluentAssertions.???;**\FluentAssertions.Core.???" />
30+
<file src="..\Artifacts\Json\lib\**.*.*" target="lib" exclude="**\Newtonsoft.*;**\FluentAssertions.???;**\FluentAssertions.Core.???;**\Microsoft.VisualStudio.QualityTools.UnitTestFramework.???" />
3131
</files>
3232
</package>

0 commit comments

Comments
 (0)