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

Remove unused files from .Net examples #1051

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/test-dot-net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,6 @@ jobs:
shell: bash
run: |
cp -v scripts/dotnet/examples/Common.csproj dotnet-examples/Common/
cp -v scripts/dotnet/examples/offline-tts.csproj dotnet-examples/offline-tts/
cp -v scripts/dotnet/examples/offline-decode-files.csproj dotnet-examples/offline-decode-files/
cp -v scripts/dotnet/examples/online-decode-files.csproj dotnet-examples/online-decode-files/
cp -v scripts/dotnet/examples/speech-recognition-from-microphone.csproj dotnet-examples/speech-recognition-from-microphone/
cp -v scripts/dotnet/examples/spoken-language-identification.csproj dotnet-examples/spoken-language-identification/
cp -v scripts/dotnet/examples/streaming-hlg-decoding.csproj dotnet-examples/streaming-hlg-decoding
cp -v scripts/dotnet/examples/speaker-identification.csproj dotnet-examples/speaker-identification
cp -v scripts/dotnet/examples/offline-punctuation.csproj dotnet-examples/offline-punctuation
cp -v scripts/dotnet/examples/vad-non-streaming-asr-paraformer.csproj dotnet-examples/vad-non-streaming-asr-paraformer

ls -lh /tmp

Expand Down
1 change: 0 additions & 1 deletion dotnet-examples/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RestoreSources>/tmp/packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
Expand Down
1 change: 1 addition & 0 deletions scripts/dotnet/examples/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>.net6</TargetFramework>
<RestoreSources>/tmp/packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>

<ItemGroup>
Expand Down
15 changes: 0 additions & 15 deletions scripts/dotnet/examples/offline-decode-files.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/offline-punctuation.csproj

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/dotnet/examples/offline-tts-play.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/offline-tts.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/online-decode-files.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/speaker-identification.csproj

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/dotnet/examples/speech-recognition-from-microphone.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/spoken-language-identification.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/streaming-hlg-decoding.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/vad-non-streaming-asr-paraformer.csproj

This file was deleted.

Loading