Skip to content

Commit e7a4510

Browse files
authored
Remove unused files from .Net examples (#1051)
1 parent 00de2bd commit e7a4510

13 files changed

+1
-168
lines changed

.github/workflows/test-dot-net.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,6 @@ jobs:
135135
shell: bash
136136
run: |
137137
cp -v scripts/dotnet/examples/Common.csproj dotnet-examples/Common/
138-
cp -v scripts/dotnet/examples/offline-tts.csproj dotnet-examples/offline-tts/
139-
cp -v scripts/dotnet/examples/offline-decode-files.csproj dotnet-examples/offline-decode-files/
140-
cp -v scripts/dotnet/examples/online-decode-files.csproj dotnet-examples/online-decode-files/
141-
cp -v scripts/dotnet/examples/speech-recognition-from-microphone.csproj dotnet-examples/speech-recognition-from-microphone/
142-
cp -v scripts/dotnet/examples/spoken-language-identification.csproj dotnet-examples/spoken-language-identification/
143-
cp -v scripts/dotnet/examples/streaming-hlg-decoding.csproj dotnet-examples/streaming-hlg-decoding
144-
cp -v scripts/dotnet/examples/speaker-identification.csproj dotnet-examples/speaker-identification
145-
cp -v scripts/dotnet/examples/offline-punctuation.csproj dotnet-examples/offline-punctuation
146-
cp -v scripts/dotnet/examples/vad-non-streaming-asr-paraformer.csproj dotnet-examples/vad-non-streaming-asr-paraformer
147138
148139
ls -lh /tmp
149140

dotnet-examples/Common/Common.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6-
<RestoreSources>/tmp/packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
76
</PropertyGroup>
87
<ItemGroup>
98
<PackageReference Include="CommandLineParser" Version="2.9.1" />

scripts/dotnet/examples/Common.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>.net6</TargetFramework>
5+
<RestoreSources>/tmp/packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
56
</PropertyGroup>
67

78
<ItemGroup>

scripts/dotnet/examples/offline-decode-files.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

scripts/dotnet/examples/offline-punctuation.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

scripts/dotnet/examples/offline-tts-play.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

scripts/dotnet/examples/offline-tts.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

scripts/dotnet/examples/online-decode-files.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

scripts/dotnet/examples/speaker-identification.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

scripts/dotnet/examples/speech-recognition-from-microphone.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

scripts/dotnet/examples/spoken-language-identification.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

scripts/dotnet/examples/streaming-hlg-decoding.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

scripts/dotnet/examples/vad-non-streaming-asr-paraformer.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)