Skip to content

Commit

Permalink
tech: make CSharp.Workspaces a compile-time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shuebner committed Jan 31, 2023
1 parent c33d4e4 commit 8cb71c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" PrivateAssets="all" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 8cb71c6

Please sign in to comment.