diff --git a/src/pack/README.Serde.md b/src/pack/README.Serde.md
index 543716d1..ed6beafc 100644
--- a/src/pack/README.Serde.md
+++ b/src/pack/README.Serde.md
@@ -9,8 +9,6 @@ This package contains the core Serde library and support for JSON. Additional Nu
## Getting started
-Serde-dn uses C# 11 features, so until .NET 7 is released it requires the following flags to be added to the `csproj` file:
-
You can now use the `[GenerateSerialize]` and `[GenerateDeserialize]` attributes to automatically implement serialization and
deserialization for your own types. Don't forget to mark them `partial`!
diff --git a/src/pack/Serde.Pkg.proj b/src/pack/Serde.Pkg.proj
index eb1e5d1f..f47eef54 100644
--- a/src/pack/Serde.Pkg.proj
+++ b/src/pack/Serde.Pkg.proj
@@ -5,7 +5,7 @@
net7.0
Serde
- 0.6.0-preview1
+ 0.6.0-preview2
true
$(ArtifactsPath)pack
BSD-3-Clause