Skip to content

Commit

Permalink
Package updates for product
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Aug 10, 2024
1 parent cedca1d commit d6731fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AltCover.DataCollector/AltCover.DataCollector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" VersionOverride="16.0.0"/>
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" VersionOverride="17.10.0"/>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@

<ItemGroup>
<PackageReference Include="BlackFox.CommandLine" />
<PackageReference Include="FAKE.Core.Environment" />
<PackageReference Include="FAKE.Core.Process" />
<PackageReference Include="FAKE.DotNet.Cli" />
<PackageReference Include="FAKE.Core.Environment" VersionOverride="6.1.0" />
<PackageReference Include="FAKE.Core.Process" VersionOverride="6.1.0" />
<PackageReference Include="FAKE.DotNet.Cli" VersionOverride="6.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions AltCover.Fake/AltCover.Fake.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FAKE.Core.Trace" />
<PackageReference Include="FAKE.DotNet.Cli" />
<PackageReference Include="FAKE.Core.Trace" VersionOverride="6.1.0" />
<PackageReference Include="FAKE.DotNet.Cli" VersionOverride="6.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion AltCover.FontSupport/AltCover.FontSupport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fake.Core.Process" Condition="'$(TargetFramework)' != 'net472'" VersionOverride="6.0.0" />
<PackageReference Include="Fake.Core.Process" Condition="'$(TargetFramework)' != 'net472'" VersionOverride="6.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit d6731fc

Please sign in to comment.