We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5834f4 commit f6c2084Copy full SHA for f6c2084
1 file changed
AsyncEnumerableExtensions/AsyncEnumerableExtensions.csproj
@@ -4,7 +4,7 @@
4
<TargetFramework>netstandard1.1</TargetFramework>
5
<PackageId>CXuesong.AsyncEnumerableExtensions</PackageId>
6
<Authors>CXuesong</Authors>
7
- <Version>0.1.1</Version>
+ <Version>0.1.2</Version>
8
<Description>Some rudimentary utilities to flavor Ix.Async. Such as asynchronous generator methods.</Description>
9
<RepositoryUrl>https://github.com/CXuesong/AsyncEnumerableExtensions</RepositoryUrl>
10
<RepositoryType>git</RepositoryType>
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<ItemGroup>
20
- <PackageReference Include="System.Interactive.Async" Version="3.1.0" />
+ <PackageReference Include="System.Interactive.Async" Version="3.0.0" />
21
</ItemGroup>
22
23
</Project>
0 commit comments