Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 26, 2023
1 parent 34b3a3c commit 2f420ab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.98" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<ProjectReference Include="..\Verify.ExceptionParsing\Verify.ExceptionParsing.csproj" />
<ProjectReference Include="..\Verify.Xunit\Verify.Xunit.csproj" />
<ProjectReference Include="..\Verify\Verify.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Expecto" Version="10.1.0" />
<PackageReference Include="FSharp.Core" Version="7.0.400" />
<PackageReference Include="ProjectDefaults" Version="1.0.98" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<ProjectReference Include="..\Verify.Expecto\Verify.Expecto.csproj" />
<ProjectReference Include="..\Verify\Verify.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Expecto.Tests/Verify.Expecto.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Expecto" Version="10.1.0" />
<PackageReference Include="FSharp.Core" Version="7.0.400" />
<PackageReference Include="ProjectDefaults" Version="1.0.98" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<ProjectReference Include="..\Verify.Expecto\Verify.Expecto.csproj" />
</ItemGroup>
<Import Project="$(ProjectDir)..\Verify\buildTransitive\Verify.props" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Expecto/Verify.Expecto.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="FSharp.Core" Version="7.0.400" />
<PackageReference Include="ProjectDefaults" Version="1.0.98" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<PackageReference Include="EmptyFiles" Version="4.5.1" PrivateAssets="None" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<ProjectReference Include="..\Verify\Verify.csproj" PrivateAssets="None" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="ProjectDefaults" Version="1.0.98" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<ProjectReference Include="..\Verify.MSTest\Verify.MSTest.csproj" />
<ProjectReference Include="..\Verify\Verify.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.MSTest.Tests/Verify.MSTest.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="ProjectDefaults" Version="1.0.98" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<ProjectReference Include="..\TargetLibrary\TargetLibrary.csproj" />
<ProjectReference Include="..\Verify.MSTest\Verify.MSTest.csproj" />
<ProjectReference Include="..\Verify\Verify.csproj" />
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 @@ -6,7 +6,7 @@
<ItemGroup>
<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.98" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<PackageReference Include="EmptyFiles" Version="4.5.1" PrivateAssets="None" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
Expand Down

0 comments on commit 2f420ab

Please sign in to comment.