Selaa lähdekoodia

Moving Notification to System.Reactive.Shared.

Bart De Smet 8 vuotta sitten
vanhempi
sitoutus
d69bf839ae

+ 4 - 0
AsyncRx.NET/System.Reactive.Shared/System.Reactive.Shared.csproj

@@ -4,4 +4,8 @@
     <TargetFramework>netstandard2.0</TargetFramework>
   </PropertyGroup>
 
+  <ItemGroup>
+    <ProjectReference Include="..\System.Reactive.Async.Interfaces\System.Reactive.Async.Interfaces.csproj" />
+  </ItemGroup>
+
 </Project>

+ 0 - 0
AsyncRx.NET/System.Reactive.Async.Linq/System/Reactive/Linq/Notification.cs → AsyncRx.NET/System.Reactive.Shared/System/Reactive/Notification.cs