Skip to content

Commit

Permalink
Fix analyzer dependencies surfacing to package
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 7, 2023
1 parent a623671 commit 98c767f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CloudActors.CodeAnaysis/CloudActors.CodeAnaysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<PackageReference Include="PolySharp" PrivateAssets="All" Version="1.13.2" />

<PackageReference Include="Scriban" Version="5.7.0" Pack="false" IncludeAssets="build" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" PrivateAssets="all" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.3.1" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Resources" Version="1.3.1" PrivateAssets="all" Pack="false" />
</ItemGroup>
Expand Down

0 comments on commit 98c767f

Please sign in to comment.