Skip to content

Commit

Permalink
Updating references
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Nov 2, 2020
1 parent eeb37b5 commit d97c849
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RateLimiter.Example/RateLimiter.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ComposableAsync.Core" Version="1.1.0" />
<PackageReference Include="ComposableAsync.Core" Version="1.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions RateLimiter.Tests/RateLimiter.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ComposableAsync.Core" Version="1.1.0" />
<PackageReference Include="ComposableAsync.Factory" Version="1.1.0" />
<PackageReference Include="ComposableAsync.Core" Version="1.3.0" />
<PackageReference Include="ComposableAsync.Factory" Version="1.3.0" />
<PackageReference Include="FluentAssertions">
<Version>5.6.0</Version>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion RateLimiter/RateLimiter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Features:
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ComposableAsync.Core" Version="1.1.0" />
<PackageReference Include="ComposableAsync.Core" Version="1.3.0" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand Down

0 comments on commit d97c849

Please sign in to comment.