Skip to content

Commit

Permalink
t move VsTestStackTraceNamerTests to mstestV2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 2, 2018
1 parent 84df60b commit 5b16c70
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions ApprovalTests.Tests/ApprovalTests.Tests.csproj
Expand Up @@ -9,10 +9,6 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="3.*" />
<PackageReference Include="NUnit3TestAdapter" Version="3.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.*" />
<PackageReference Include="MSTest.TestFramework" Version="1.*" />
<PackageReference Include="MSTest.TestAdapter" Version="1.*" />

<Reference Include="System" />
<ProjectReference Include="..\ApprovalTests\ApprovalTests.csproj" />
<ProjectReference Include="..\ApprovalUtilities\ApprovalUtilities.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion ApprovalTests/ApprovalTests.csproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461</TargetFrameworks>
<TargetFrameworks>netstandard2.0;</TargetFrameworks>
<AssemblyOriginatorKeyFile>$(SolutionDir)\ApprovalsKeyPair.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 5b16c70

Please sign in to comment.