Skip to content

Commit

Permalink
Downgrade System.Interactive.Async to 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Oct 14, 2017
1 parent d5834f4 commit f6c2084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AsyncEnumerableExtensions/AsyncEnumerableExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard1.1</TargetFramework>
<PackageId>CXuesong.AsyncEnumerableExtensions</PackageId>
<Authors>CXuesong</Authors>
<Version>0.1.1</Version>
<Version>0.1.2</Version>
<Description>Some rudimentary utilities to flavor Ix.Async. Such as asynchronous generator methods.</Description>
<RepositoryUrl>https://github.com/CXuesong/AsyncEnumerableExtensions</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Interactive.Async" Version="3.1.0" />
<PackageReference Include="System.Interactive.Async" Version="3.0.0" />
</ItemGroup>

</Project>

0 comments on commit f6c2084

Please sign in to comment.