Remove duplicate PackageReferences

This commit is contained in:
Nate McMaster 2018-09-26 14:24:22 -07:00
parent 6c39b06a59
commit c601038484
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 0 additions and 8 deletions

View File

@ -2,16 +2,8 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkPackageVersion)" />
<PackageReference Include="xunit" Version="$(XunitPackageVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVisualStudioPackageVersion)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Microsoft.Repl\Microsoft.Repl.csproj" />
</ItemGroup>