File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
src/FluentAssertions.Mvc.Shared/Fakes Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- using System ;
1+ #if ! NETSTANDARD1_6
2+ using System ;
23using System . Web ;
34
45namespace FluentAssertions . Mvc . Fakes
@@ -126,3 +127,4 @@ public override void EndOfRequest()
126127
127128
128129}
130+ #endif
Original file line number Diff line number Diff line change 1- using System . Web ;
1+ #if ! NETSTANDARD1_6
2+ using System . Web ;
23using System . Collections . Specialized ;
34
45namespace FluentAssertions . Mvc . Fakes
@@ -58,3 +59,4 @@ public override NameValueCollection ServerVariables
5859 }
5960 }
6061}
62+ #endif
Original file line number Diff line number Diff line change 1- using System . Web ;
1+ #if ! NETSTANDARD1_6
2+ using System . Web ;
23
34namespace FluentAssertions . Mvc . Fakes
45{
@@ -10,3 +11,4 @@ public override string ApplyAppPathModifier(string virtualPath)
1011 }
1112 }
1213}
14+ #endif
You can’t perform that action at this time.
0 commit comments