We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e117e0 commit d67ee04Copy full SHA for d67ee04
src/ReactiveMarbles.CacheDatabase.Core/ReactiveMarbles.CacheDatabase.Core.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
@@ -8,6 +8,6 @@
8
9
<ItemGroup>
10
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
11
- <PackageReference Include="System.Reactive" Version="5.0.0" />
+ <PackageReference Include="System.Reactive" Version="6.0.0" />
12
</ItemGroup>
13
</Project>
0 commit comments