diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 710281a2ac14..8d066e24b076 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -59,6 +59,7 @@ jobs:
- name: InspectCode
uses: JetBrains/ReSharper-InspectCode@v0.12
with:
+ tool-version: 2026.1.0.1
# this is WTF tier but if you don't specify *both* of these the defaults assume `build: true`
build: false
no-build: true
diff --git a/Directory.Build.props b/Directory.Build.props
index 607ee1ed9e33..6b5cc0654633 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -7,6 +7,11 @@
false
$(NoWarn);CA1416
+
+ $(NoWarn);NU1605
$(MSBuildThisFileDirectory)app.manifest
@@ -19,6 +24,16 @@
+
+
+
+
diff --git a/NuGet.Config b/NuGet.Config
new file mode 100644
index 000000000000..ce74be3772cc
--- /dev/null
+++ b/NuGet.Config
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
diff --git a/local-packages/.gitignore b/local-packages/.gitignore
new file mode 100644
index 000000000000..b0268c720d61
--- /dev/null
+++ b/local-packages/.gitignore
@@ -0,0 +1,3 @@
+# Override the root .gitignore to allow checked-in NuGet packages.
+# These are fork-built packages not available on nuget.org.
+!*.nupkg
diff --git a/local-packages/ppy.Veldrid.SPIRV.1.0.15-gb268bf39ea.nupkg b/local-packages/ppy.Veldrid.SPIRV.1.0.15-gb268bf39ea.nupkg
new file mode 100644
index 000000000000..e6df5804677b
Binary files /dev/null and b/local-packages/ppy.Veldrid.SPIRV.1.0.15-gb268bf39ea.nupkg differ
diff --git a/osu.Android.props b/osu.Android.props
index 0e4f4791f92b..9f720b297172 100644
--- a/osu.Android.props
+++ b/osu.Android.props
@@ -21,30 +21,9 @@
unmanaged function pointers, reflection-based handle discovery).
The default runtime-generated trampolines are slower but proven reliable. -->
false
-
- false
- $(NoWarn);XA0141;NU1608;XA4301
-
- false
+ $(NoWarn);NU1608;XA4301
-
-
-
@@ -81,6 +60,12 @@
+
+
@@ -98,17 +83,6 @@
ExcludeAssets="native" prevents NuGet from contributing any .so files;
the correct Android-built libraries are supplied by AndroidNativeLibrary below. -->
-
-
-
-
-
-
-
false
+
+ false