Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjanye committed Jul 5, 2024
1 parent 6b5855d commit 0591972
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ jobs:

- name: Pack
run: dotnet pack -c Release --no-build --output nuget-packages
working-directory: NinjaNye.SearchExtensions

- name: Log
run: ls -al ./nuget-packages
working-directory: NinjaNye.SearchExtensions

# - name: Push to NuGet
# run: dotnet nuget push ./nuget-packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
Expand Down
2 changes: 1 addition & 1 deletion NinjaNye.SearchExtensions/NinjaNye.SearchExtensions.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;netstandard1.0;netstandard2.1;net48</TargetFrameworks>
<TargetFrameworks>net8.0;netstandard1.0;netstandard2.1;net481</TargetFrameworks>
<Description>A collection of extension methods to IQueryable and IEnumerable that enable easy searching and ranking. Searches can be performed against multiple properties and support a wide range of types</Description>
<Version>4.0.0.3</Version>
<PackageProjectUrl>https://ninjanye.github.io/SearchExtensions/</PackageProjectUrl>
Expand Down

0 comments on commit 0591972

Please sign in to comment.