Skip to content

Commit

Permalink
feat: add net462 target
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Nov 13, 2024
1 parent fd597f2 commit dc0c673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
name: nupkgs
- name: Push to GitHub
run: dotnet nuget push "**/*.nupkg" -s https://nuget.pkg.github.com/phnx47/index.json -k ${{ secrets.GH_PKG_PAT }} --skip-duplicate
run: dotnet nuget push "**/*.nupkg" -s https://nuget.pkg.github.com/phnx47/index.json -k ${{ secrets.GH_PKG_PAT }}

nuget:
name: Deploy to NuGet
Expand Down
2 changes: 1 addition & 1 deletion src/FingerprintBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>Compute hash for specified .NET object</Description>
<Copyright>2019 © Serge K</Copyright>
<Authors>Serge K</Authors>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<TargetFrameworks>net462;netstandard2.0;net6.0</TargetFrameworks>
<PackageId>FingerprintBuilder</PackageId>
<PackageTags>fingerprint;hash</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit dc0c673

Please sign in to comment.