diff --git a/Directory.Build.props b/Directory.Build.props
index a6881d9..fff94ac 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -5,7 +5,7 @@
12.0
- 2.0.0-alpha2
+ 2.0.0-rc1
2.0.0
2.0.0
Jon Sagara
diff --git a/README.md b/README.md
index e00f58a..a60f5df 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,14 @@
These assemblies contain common code that I have found useful over the years, particularly when bootstrapping small
proof-of-concept or bug demonstration applications. It reduces the amount of boilerplate code needed to be productive.
+# Requirements
+
+`v2.x` will target `.NET 8.0`.
+
+`v1.x` targets `.NET 7.0`.
+
+# NuGet Packages
+
## Sagara.Core
[![NuGet Sagara.Core](https://buildstats.info/nuget/Sagara.Core)](https://www.nuget.org/packages/Sagara.Core)