diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 5ebbd5002..19ee3ab15 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -71,6 +71,14 @@ jobs:
binding-framework: net8.0
test-framework: net8.0
exclude:
+ - os: ubuntu-latest
+ dotnet-version: 2.1.x
+ - os: ubuntu-latest
+ dotnet-version: 3.0.x
+ - os: ubuntu-latest
+ dotnet-version: 3.1.x
+ - os: ubuntu-latest
+ dotnet-version: 5.0.x
- os: macos-latest
dotnet-version: 2.1.x
- os: macos-latest
diff --git a/binding/dotnet/Porcupine/Porcupine.csproj b/binding/dotnet/Porcupine/Porcupine.csproj
index 51ad01c97..1ee33128e 100644
--- a/binding/dotnet/Porcupine/Porcupine.csproj
+++ b/binding/dotnet/Porcupine/Porcupine.csproj
@@ -60,7 +60,6 @@
- build/netcoreapp3.0/lib/windows/arm64/libpv_porcupine.dll;
build/net6.0/lib/windows/arm64/libpv_porcupine.dll;
build/net8.0/lib/windows/arm64/libpv_porcupine.dll;
@@ -70,8 +69,6 @@
- build/netstandard2.0/libpv_porcupine.so;
- build/netcoreapp3.0/lib/linux/x86_64/libpv_porcupine.so;
build/net6.0/lib/linux/x86_64/libpv_porcupine.so;
build/net8.0/lib/linux/x86_64/libpv_porcupine.so;
@@ -96,7 +93,6 @@
- build/netcoreapp3.0/lib/raspberry-pi;
build/net6.0/lib/raspberry-pi;
build/net8.0/lib/raspberry-pi;
diff --git a/binding/dotnet/README.md b/binding/dotnet/README.md
index f52bb3704..5bac724f8 100644
--- a/binding/dotnet/README.md
+++ b/binding/dotnet/README.md
@@ -22,24 +22,23 @@ Porcupine is:
Platform compatible with .NET Framework 4.6.1+:
-- Windows (x86_64, arm64)
+- Windows (x86_64)
Platforms compatible with .NET Core 2.0+:
-- Linux (x86_64)
- macOS (x86_64)
-- Windows (x86_64, arm64)
+- Windows (x86_64)
-Platforms compatible with .NET Core 3.0+:
+Platform compatible with .NET 6.0+:
- Raspberry Pi:
- 3 (32 and 64 bit)
- 4 (32 and 64 bit)
- 5 (32 and 64 bit)
-Platform compatible with .NET 6.0+:
-
+- Linux (x86_64)
- macOS (arm64)
+- Windows (arm64)
## Installation
diff --git a/demo/java/build.gradle b/demo/java/build.gradle
index ccb36b1a8..dbfcdba10 100644
--- a/demo/java/build.gradle
+++ b/demo/java/build.gradle
@@ -4,6 +4,9 @@ plugins {
repositories {
mavenCentral()
+ maven {
+ url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1360/'
+ }
}
sourceSets {