diff --git a/README.md b/README.md
index b38f589..3ca2778 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Raylib-cs targets netstandard2.1 and supports netcoreapp3.0+ and net5.0.
## Installation - NuGet
-This is the prefered method to get started - The package is still new so please report any [issues](https://github.com/ChrisDill/Raylib-cs/issues).
+This is the prefered method to get started - The package is still new so please report any [issues](https://github.com/ChrisDill/Raylib-cs/issues).
```
dotnet add package Raylib-cs --version 3.7.0
diff --git a/Raylib-cs/Raylib-cs.csproj b/Raylib-cs/Raylib-cs.csproj
index 740ff31..3b6aac1 100644
--- a/Raylib-cs/Raylib-cs.csproj
+++ b/Raylib-cs/Raylib-cs.csproj
@@ -6,6 +6,7 @@
Raylib_cs
true
false
+ $(NoWarn);1591
@@ -32,6 +33,10 @@
+
+
+
+
runtimes/