Skip to content

Commit

Permalink
Latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Nov 18, 2023
1 parent dc28c5d commit 9ef018a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/xunit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.<
<dependencies>
<dependency id="xunit.core" version="[$PackageVersion$]" />
<dependency id="xunit.assert" version="$PackageVersion$" />
<dependency id="xunit.analyzers" version="1.5.0" />
<dependency id="xunit.analyzers" version="1.6.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 9ef018a

Please sign in to comment.