Skip to content

Commit

Permalink
Say that Roslyn.UnitTestFramework is a unit test project
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jul 29, 2020
1 parent c82221f commit ef6a384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<IsUnitTestProject>true</IsUnitTestProject>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.9" />
<PackageReference Include="Moq " Version="4.7.142" />
<PackageReference Include="xunit" Version="2.3.1" />
</ItemGroup>

</Project>

0 comments on commit ef6a384

Please sign in to comment.