Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 29, 2021
1 parent f91c1fa commit 43daa1e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
4 changes: 1 addition & 3 deletions src/Verify.MSTest/Verify.MSTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<PackageReference Include="ProjectDefaults" Version="1.0.61" PrivateAssets="All" />
<PackageReference Include="EmptyFiles" Version="2.8.0" PrivateAssets="None" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="IndexRange"
Version="1.0.0"
Condition="$(TargetFramework) == 'netstandard2.0' OR $(TargetFramework) == 'net461' OR $(TargetFramework) == 'net472' OR $(TargetFramework) == 'netcoreapp2.2' OR $(TargetFramework) == 'netcoreapp2.1'" PrivateAssets="all" />
<PackageReference Include="IndexRange" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<ProjectReference Include="..\Verify\Verify.csproj" PrivateAssets="None" />
</ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/Verify.NUnit/Verify.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="ProjectDefaults" Version="1.0.61" PrivateAssets="All" />
<PackageReference Include="EmptyFiles" Version="2.8.0" PrivateAssets="None" />
<PackageReference Include="IndexRange"
Version="1.0.0"
Condition="$(TargetFramework) == 'netstandard2.0' OR $(TargetFramework) == 'net461' OR $(TargetFramework) == 'net472' OR $(TargetFramework) == 'netcoreapp2.2' OR $(TargetFramework) == 'netcoreapp2.1'" PrivateAssets="all" />
<PackageReference Include="IndexRange" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<ProjectReference Include="..\Verify\Verify.csproj" PrivateAssets="None" />
</ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/Verify.Xunit/Verify.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" />
<PackageReference Include="ProjectDefaults" Version="1.0.61" PrivateAssets="All" />
<PackageReference Include="EmptyFiles" Version="2.8.0" PrivateAssets="None" />
<PackageReference Include="IndexRange"
Version="1.0.0"
Condition="$(TargetFramework) == 'netstandard2.0' OR $(TargetFramework) == 'net461' OR $(TargetFramework) == 'net472' OR $(TargetFramework) == 'netcoreapp2.2' OR $(TargetFramework) == 'netcoreapp2.1'" PrivateAssets="all" />
<PackageReference Include="IndexRange" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<ProjectReference Include="..\Verify\Verify.csproj" PrivateAssets="None" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions src/Verify/Verify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,5 @@
<PackageReference Include="IndexRange" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<Content Include="buildTransitive\Verify.props" PackagePath="buildTransitive\Verify.props" />
<Content Include="buildTransitive\Verify.targets" PackagePath="buildTransitive\Verify.targets" />
<Content Include="buildTransitive\Verify.props" PackagePath="build\Verify.props" />
<Content Include="buildTransitive\Verify.targets" PackagePath="build\Verify.targets" />
</ItemGroup>
</Project>

0 comments on commit 43daa1e

Please sign in to comment.