Skip to content

Commit

Permalink
refs or cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 26, 2024
1 parent 31bc20c commit cbb46af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Verify.ExceptionParsing/Verify.ExceptionParsing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Polyfill" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="4.1.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Verify.Fixie/Verify.Fixie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Fixie" Version="3.4.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
<PackageReference Include="EmptyFiles" Version="8.2.0" PrivateAssets="None" />
<PackageReference Include="Polyfill" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="4.1.0" PrivateAssets="all" />
<ProjectReference Include="..\Verify\Verify.csproj" PrivateAssets="None" />
<None Include="buildTransitive\Verify.Fixie.props" Pack="true" PackagePath="buildTransitive\Verify.Fixie.props" />
<None Include="buildTransitive\Verify.Fixie.props" Pack="true" PackagePath="build\Verify.Fixie.props" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Tests/Verify.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="InfoOf.Fody" Version="2.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="26.0.1" PrivateAssets="all" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="27.0.0" PrivateAssets="all" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" PrivateAssets="all" />
<PackageReference Include="Xunit" Version="2.7.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify/Verify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<DefineConstants>$(DefineConstants);DiffEngine</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Polyfill" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="4.1.0" PrivateAssets="all" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" Condition="$(TargetFrameworkIdentifier) == '.NETFramework'" />
<PackageReference Include="System.IO.Hashing" Version="8.0.0" Condition="$(TargetFrameworkIdentifier) == '.NETFramework' or $(TargetFramework) == 'net6.0' or $(TargetFramework) == 'net7.0' or $(TargetFramework) == 'net8.0' or $(TargetFramework) == 'net9.0'" />
<PackageReference Include="System.Memory" Version="4.5.5" Condition="$(TargetFrameworkIdentifier) == '.NETFramework'" />
Expand Down

0 comments on commit cbb46af

Please sign in to comment.