Skip to content

Commit

Permalink
resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Griseo-bh3rd committed Apr 13, 2024
2 parents e621fb9 + 5a4feb6 commit 0da4b19
Show file tree
Hide file tree
Showing 402 changed files with 18 additions and 461,049 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2

- name: Setup NuGet
uses: nuget/setup-nuget@v1
with:
nuget-version: '5.x'

- name: NuGet restore
run: nuget restore
# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ PublishScripts/
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
#**/[Pp]ackages/*
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
Expand Down
Binary file not shown.
13 changes: 0 additions & 13 deletions packages/BouncyCastle.Cryptography.2.2.1/LICENSE.md

This file was deleted.

45 changes: 0 additions & 45 deletions packages/BouncyCastle.Cryptography.2.2.1/README.md

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 0da4b19

Please sign in to comment.