Skip to content

Commit

Permalink
Update to Roslyn 2.10 for our test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Dec 16, 2018
1 parent 89c8fed commit 1cd63f7
Show file tree
Hide file tree
Showing 6 changed files with 5,518 additions and 5,608 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@


<ItemGroup> <ItemGroup>
<PackageReference Include="DiffLib" Version="2017.7.26.1241" /> <PackageReference Include="DiffLib" Version="2017.7.26.1241" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.9.0" /> <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.10.0" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="2.9.0" /> <PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="2.10.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.11.2" /> <PackageReference Include="NUnit3TestAdapter" Version="3.11.2" />
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" /> <PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
<PackageReference Include="NUnit" Version="3.11.0" /> <PackageReference Include="NUnit" Version="3.11.0" />
Expand Down
Loading

0 comments on commit 1cd63f7

Please sign in to comment.