Skip to content

Commit

Permalink
Re-add package ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Mar 6, 2024
1 parent c7ce9ab commit 9c5f056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Microsoft.NET.Build.Containers" Version="8.0.200" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
<PackageVersion Include="Pathological.Globbing" Version="8.0.1" />
Expand Down
1 change: 1 addition & 0 deletions src/ProfanityFilter.Action/ProfanityFilter.Action.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="GitHub.Actions.Core" />
<PackageReference Include="GitHub.Actions.Octokit" />
<PackageReference Include="Microsoft.NET.Build.Containers" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9c5f056

Please sign in to comment.