Skip to content

Commit

Permalink
Update test NuGet packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Aug 19, 2023
1 parent b2bca14 commit 1cd9155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/IndexRange.UnitTests/IndexRange.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net47' or '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'netcoreapp2.1' ">
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\IndexRange\IndexRange.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.3" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<Using Include="System" />
<Using Include="Xunit" />
</ItemGroup>

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

</Project>

0 comments on commit 1cd9155

Please sign in to comment.