Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
assembly version is 4.2.0.1, but nuget version is 4.5.4, apparently
  • Loading branch information
lambdageek authored and github-actions committed Sep 10, 2021
commit 954f2fa40b1445c958442f12634c077464ca0c35
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkForNETFrameworkTasks)'">
<!-- These versions should not be older than what Visual Studio MSBuild uses -->
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.2.0.1" PrivateAssets="all" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" PrivateAssets="all" />
<PackageReference Include="System.Text.Json" Version="5.0.0" PrivateAssets="all" />
</ItemGroup>

Expand Down