Skip to content

Commit ad6788d

Browse files
committed
Use Microsoft.CodeAnalysis.Common
Fixes #10
1 parent e5cd84c commit ad6788d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Basic.Reference.Assemblies/BasicReferenceAssemblies.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Microsoft.CodeAnalysis;
2-
using Microsoft.CodeAnalysis.CSharp.Syntax;
32
using System;
43
using System.Collections.Generic;
54
using System.Linq;

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</ItemGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.9.0" />
8+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="3.9.0" />
99
</ItemGroup>
1010
</Project>

0 commit comments

Comments
 (0)