Skip to content

Commit 8a08501

Browse files
committed
Fix missing linked file ReadOnlyStream
Added ReadOnlyStream to the compile includes for the Client project.
1 parent 1ab094b commit 8a08501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
<Compile Include="..\nanoFramework.System.Net.Http\Http\HttpResponseMessage.cs">
106106
<Link>Http\HttpResponseMessage.cs</Link>
107107
</Compile>
108+
<Compile Include="..\nanoFramework.System.Net.Http\Http\ReadOnlyStream.cs" Link="Http\ReadOnlyStream.cs" />
108109
<Compile Include="..\nanoFramework.System.Net.Http\Http\StreamContent.cs">
109110
<Link>Http\StreamContent.cs</Link>
110111
</Compile>

0 commit comments

Comments
 (0)