Skip to content

Commit

Permalink
Add System.Threading.Tasks.Extensions dependency to Abstractions (#6301)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit committed Feb 12, 2020
1 parent c5c71d4 commit e182707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/Orleans.CodeGenerator/Orleans.CodeGenerator.csproj
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<AssemblyName>Orleans.CodeGenerator</AssemblyName>
<RootNamespace>Orleans.CodeGenerator</RootNamespace>
Expand All @@ -9,6 +9,5 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="$(MicrosoftCodeAnalysisVersion)" />
<PackageReference Include="System.Runtime" Version="$(SystemRuntimeVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsLoggingVersion)" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="$(SystemThreadingTasksExtensionsVersion)" />
</ItemGroup>
</Project>
Expand Up @@ -14,6 +14,7 @@

<ItemGroup>
<PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="$(SystemThreadingTasksExtensionsVersion)" />
</ItemGroup>

</Project>

0 comments on commit e182707

Please sign in to comment.