Skip to content

Commit

Permalink
Bump EmptyFiles from 4.5.1 to 4.5.2 in /src (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 6, 2023
1 parent 95ddaac commit b460171
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Verify.Expecto/Verify.Expecto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="FSharp.Core" Version="7.0.400" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="EmptyFiles" Version="4.5.1" PrivateAssets="None" />
<PackageReference Include="EmptyFiles" Version="4.5.2" PrivateAssets="None" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<ProjectReference Include="..\Verify\Verify.csproj" PrivateAssets="None" />
<None Include="buildTransitive\Verify.Expecto.props" Pack="true" PackagePath="buildTransitive\Verify.Expecto.props" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.MSTest/Verify.MSTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="EmptyFiles" Version="4.5.1" PrivateAssets="None" />
<PackageReference Include="EmptyFiles" Version="4.5.2" PrivateAssets="None" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<ProjectReference Include="..\Verify\Verify.csproj" PrivateAssets="None" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.NUnit/Verify.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="EmptyFiles" Version="4.5.1" PrivateAssets="None" />
<PackageReference Include="EmptyFiles" Version="4.5.2" PrivateAssets="None" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<ProjectReference Include="..\Verify\Verify.csproj" PrivateAssets="None" />
<None Include="buildTransitive\Verify.NUnit.props" Pack="true" PackagePath="buildTransitive\Verify.NUnit.props" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Xunit/Verify.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.extensibility.execution" Version="2.5.1" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="EmptyFiles" Version="4.5.1" PrivateAssets="None" />
<PackageReference Include="EmptyFiles" Version="4.5.2" PrivateAssets="None" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<ProjectReference Include="..\Verify\Verify.csproj" PrivateAssets="None" />
<None Include="buildTransitive\Verify.Xunit.props" Pack="true" PackagePath="buildTransitive\Verify.Xunit.props" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify/Verify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="System.IO.Hashing" Version="7.0.0" Condition="$(TargetFrameworkIdentifier) == '.NETFramework' or $(TargetFramework) == 'net6.0' or $(TargetFramework) == 'net7.0' or $(TargetFramework) == 'net8.0'" />
<PackageReference Include="System.Memory" Version="4.5.5" Condition="$(TargetFrameworkIdentifier) == '.NETStandard' or $(TargetFrameworkIdentifier) == '.NETFramework' or $(TargetFramework.StartsWith('netcoreapp2'))" />
<PackageReference Include="DiffEngine" Version="12.3.0" />
<PackageReference Include="EmptyFiles" Version="4.5.1" PrivateAssets="None" />
<PackageReference Include="EmptyFiles" Version="4.5.2" PrivateAssets="None" />
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="SimpleInfoName" Version="2.1.1" />
Expand Down

0 comments on commit b460171

Please sign in to comment.