Skip to content

Commit

Permalink
Fix build warning about including reference assemblies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Aug 19, 2023
1 parent 6d5441f commit 08c8ffc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/IndexRange/IndexRange.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,10 @@

<ItemGroup Condition=" '$(TargetFramework)' == 'net35' ">
<PackageReference Include="ValueTupleBridge" Version="0.1.5" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" PrivateAssets="all" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' or '$(TargetFramework)' == 'uap10.0' ">
<PackageReference Include="System.ValueTuple" Version="4.5.0"/>
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' or '$(TargetFramework)' == 'net47' ">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" Condition=" '$(OS)' != 'Windows_NT' " IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" PrivateAssets="all" />
</ItemGroup>

</Project>
4 changes: 0 additions & 4 deletions tests/IndexRange.UnitTests/IndexRange.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@
<Using Include="Xunit" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net47' or '$(TargetFramework)' == 'net48' ">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" Condition=" '$(OS)' != 'Windows_NT' "/>
</ItemGroup>

</Project>

0 comments on commit 08c8ffc

Please sign in to comment.