diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml
index f93767a..ca690cf 100644
--- a/.github/workflows/dotnet-core.yml
+++ b/.github/workflows/dotnet-core.yml
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: HicServices/RDMP
- ref: v8.4.5
+ ref: v9.0.0-rc1
path: RDMP
- uses: actions/setup-dotnet@v4
with:
diff --git a/HICPluginTests/HICPluginTests.csproj b/HICPluginTests/HICPluginTests.csproj
index 01b84ab..58fccdc 100644
--- a/HICPluginTests/HICPluginTests.csproj
+++ b/HICPluginTests/HICPluginTests.csproj
@@ -11,14 +11,14 @@
-
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
diff --git a/HICPluginTests/TestHelpers.cs b/HICPluginTests/TestHelpers.cs
index 1a8d9d0..1dec16b 100644
--- a/HICPluginTests/TestHelpers.cs
+++ b/HICPluginTests/TestHelpers.cs
@@ -641,6 +641,7 @@ public void RevertToDatabaseState()
///
public bool IsCatalogueDeprecated { get; }
+ public List Projects { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
}
internal sealed class MockExtractableDatasetBundle : IExtractableDatasetBundle
{
diff --git a/RDMP b/RDMP
index 95ec978..2d888af 160000
--- a/RDMP
+++ b/RDMP
@@ -1 +1 @@
-Subproject commit 95ec978bf7eab314c9e6600004fe4138db39e081
+Subproject commit 2d888af249bae7208efbef1a73135938edb71c94
diff --git a/SCIStorePlugin/SCIStorePlugin.csproj b/SCIStorePlugin/SCIStorePlugin.csproj
index 2eb2af0..1b2d28b 100644
--- a/SCIStorePlugin/SCIStorePlugin.csproj
+++ b/SCIStorePlugin/SCIStorePlugin.csproj
@@ -126,7 +126,7 @@
-
+
diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs
index 2953104..07963d1 100644
--- a/SharedAssemblyInfo.cs
+++ b/SharedAssemblyInfo.cs
@@ -10,6 +10,6 @@
[assembly: AssemblyCulture("")]
// These should be overwritten by release builds
-[assembly: AssemblyVersion("6.1.14")]
-[assembly: AssemblyFileVersion("6.1.14")]
-[assembly: AssemblyInformationalVersion("6.1.14")]
+[assembly: AssemblyVersion("6.1.15")]
+[assembly: AssemblyFileVersion("6.1.15")]
+[assembly: AssemblyInformationalVersion("6.1.15")]