Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broadcast remake #35

Merged
merged 15 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading