Skip to content

Commit f6c2084

Browse files
committed
Downgrade System.Interactive.Async to 3.0.0.
1 parent d5834f4 commit f6c2084

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AsyncEnumerableExtensions/AsyncEnumerableExtensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard1.1</TargetFramework>
55
<PackageId>CXuesong.AsyncEnumerableExtensions</PackageId>
66
<Authors>CXuesong</Authors>
7-
<Version>0.1.1</Version>
7+
<Version>0.1.2</Version>
88
<Description>Some rudimentary utilities to flavor Ix.Async. Such as asynchronous generator methods.</Description>
99
<RepositoryUrl>https://github.com/CXuesong/AsyncEnumerableExtensions</RepositoryUrl>
1010
<RepositoryType>git</RepositoryType>
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="System.Interactive.Async" Version="3.1.0" />
20+
<PackageReference Include="System.Interactive.Async" Version="3.0.0" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)