diff --git a/FNA.Core.csproj b/FNA.Core.csproj
index ddf932a2b..ade4f279e 100644
--- a/FNA.Core.csproj
+++ b/FNA.Core.csproj
@@ -1,7 +1,6 @@
- netstandard2.0;net7.0
- x64
+ net40;netstandard2.0;net7.0
false
@@ -10,6 +9,30 @@
true
false
+
+ true
+ 23.07
+ Accuracy-focused XNA4 reimplementation for open platforms
+ Copyright (c) 2009-2023
+ flibitijibibo
+ https://fna-xna.github.io/
+ true
+ README.md
+ FNA.png
+ LICENSE.txt
+
+
+ true
+ snupkg
+ true
+
+
+
+
+
+
+
+
$(SolutionDir)FNA.Settings.props
@@ -367,4 +390,21 @@
Microsoft.Xna.Framework.Graphics.Effect.Resources.YUVToRGBAEffect.fxb
+
+
+ $(BaseIntermediateOutputPath)fnalibs\
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/README b/README.md
similarity index 82%
rename from README
rename to README.md
index a8f060da3..7d408675c 100644
--- a/README
+++ b/README.md
@@ -1,26 +1,26 @@
This is FNA, an XNA4 reimplementation that focuses solely on developing a fully
accurate XNA4 runtime for the desktop.
-Project Website: https://fna-xna.github.io/
-
-License
--------
-FNA is released under the Microsoft Public License. See LICENSE for details.
-
-FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
-See lzxdecoder.LICENSE for details.
-
-FNA uses code from the Mono.Xna project, released under the MIT license.
-See monoxna.LICENSE for details.
+Project Website:
Documentation
-------------
Documentation for FNA can be found on the FNA wiki:
-https://github.com/FNA-XNA/FNA/wiki
+
Found an issue?
---------------
Issues and patches can be reported via GitHub:
-https://github.com/FNA-XNA/FNA/issues
+
+
+License
+-------
+FNA is released under the Microsoft Public License. See LICENSE for details.
+
+FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
+See lzxdecoder.LICENSE for details.
+
+FNA uses code from the Mono.Xna project, released under the MIT license.
+See monoxna.LICENSE for details.
diff --git a/nuget/FNA.png b/nuget/FNA.png
new file mode 100644
index 000000000..69e7bd6ee
Binary files /dev/null and b/nuget/FNA.png differ
diff --git a/nuget/FNA.props b/nuget/FNA.props
new file mode 100644
index 000000000..ee76087ac
--- /dev/null
+++ b/nuget/FNA.props
@@ -0,0 +1,9 @@
+
+
+
+ PreserveNewest
+ false
+ %(Filename)%(Extension)
+
+
+
diff --git a/nuget/NuGetLicense.txt b/nuget/NuGetLicense.txt
new file mode 100644
index 000000000..7982e9080
--- /dev/null
+++ b/nuget/NuGetLicense.txt
@@ -0,0 +1,7 @@
+FNA is released under the Microsoft Public License.
+
+FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
+
+FNA uses code from the Mono.Xna project, released under the MIT license.
+
+Full license information can be found at https://fna-xna.github.io/license/.
\ No newline at end of file