Skip to content

Commit 44fec6e

Browse files
BenedekFarkasHongGit
authored andcommitted
Removing package and DLL reference to Moq as it's not used (#22) (#23)
1 parent a23b559 commit 44fec6e

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

RoslynCodeProviderTest/CSharpProviderTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Microsoft.CodeDom.Providers.DotNetCompilerPlatform;
22
using Microsoft.VisualStudio.TestTools.UnitTesting;
3-
using Moq;
43
using System.CodeDom.Compiler;
54
using System.IO;
65

RoslynCodeProviderTest/Microsoft.CodeDom.Providers.DotNetCompilerPlatformTest.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
<WarningLevel>4</WarningLevel>
4545
</PropertyGroup>
4646
<ItemGroup>
47-
<Reference Include="Moq">
48-
<HintPath>$(ReferencePackagesPath)Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
49-
</Reference>
5047
<Reference Include="System" />
5148
</ItemGroup>
5249
<Choose>
@@ -74,9 +71,6 @@
7471
<Name>Microsoft.CodeDom.Providers.DotNetCompilerPlatform</Name>
7572
</ProjectReference>
7673
</ItemGroup>
77-
<ItemGroup>
78-
<None Include="packages.config" />
79-
</ItemGroup>
8074
<Choose>
8175
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
8276
<ItemGroup>

RoslynCodeProviderTest/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)