diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/attached-properties-overview/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/properties/snippets/attached-properties-overview/csharp/CodeSampleCsharp.csproj
index 8824b2f..22d78ee 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/attached-properties-overview/csharp/CodeSampleCsharp.csproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/attached-properties-overview/csharp/CodeSampleCsharp.csproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/attached-properties-overview/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/properties/snippets/attached-properties-overview/vb/CodeSampleVb.vbproj
index c7ae1cc..34db9b0 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/attached-properties-overview/vb/CodeSampleVb.vbproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/attached-properties-overview/vb/CodeSampleVb.vbproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
CodeSampleVb
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/collection-type-dependency-properties/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/properties/snippets/collection-type-dependency-properties/csharp/CodeSampleCsharp.csproj
index 8824b2f..22d78ee 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/collection-type-dependency-properties/csharp/CodeSampleCsharp.csproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/collection-type-dependency-properties/csharp/CodeSampleCsharp.csproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/collection-type-dependency-properties/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/properties/snippets/collection-type-dependency-properties/vb/CodeSampleVb.vbproj
index c7ae1cc..34db9b0 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/collection-type-dependency-properties/vb/CodeSampleVb.vbproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/collection-type-dependency-properties/vb/CodeSampleVb.vbproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
CodeSampleVb
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/custom-dependency-properties/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/properties/snippets/custom-dependency-properties/csharp/CodeSampleCsharp.csproj
index 8824b2f..22d78ee 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/custom-dependency-properties/csharp/CodeSampleCsharp.csproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/custom-dependency-properties/csharp/CodeSampleCsharp.csproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/custom-dependency-properties/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/properties/snippets/custom-dependency-properties/vb/CodeSampleVb.vbproj
index c7ae1cc..34db9b0 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/custom-dependency-properties/vb/CodeSampleVb.vbproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/custom-dependency-properties/vb/CodeSampleVb.vbproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
CodeSampleVb
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-properties-overview/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-properties-overview/csharp/CodeSampleCsharp.csproj
index 4d6d00f..40cc4c9 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-properties-overview/csharp/CodeSampleCsharp.csproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-properties-overview/csharp/CodeSampleCsharp.csproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-properties-overview/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-properties-overview/vb/CodeSampleVb.vbproj
index f2895f8..ddcaa09 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-properties-overview/vb/CodeSampleVb.vbproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-properties-overview/vb/CodeSampleVb.vbproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
CodeSampleVb
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-callbacks-and-validation/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-callbacks-and-validation/csharp/CodeSampleCsharp.csproj
index 8824b2f..22d78ee 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-callbacks-and-validation/csharp/CodeSampleCsharp.csproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-callbacks-and-validation/csharp/CodeSampleCsharp.csproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-callbacks-and-validation/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-callbacks-and-validation/vb/CodeSampleVb.vbproj
index c7ae1cc..34db9b0 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-callbacks-and-validation/vb/CodeSampleVb.vbproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-callbacks-and-validation/vb/CodeSampleVb.vbproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
CodeSampleVb
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-value-precedence/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-value-precedence/csharp/CodeSampleCsharp.csproj
index 8824b2f..22d78ee 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-value-precedence/csharp/CodeSampleCsharp.csproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-value-precedence/csharp/CodeSampleCsharp.csproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-implement-a-dependency-property/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-implement-a-dependency-property/csharp/CodeSampleCsharp.csproj
index 8824b2f..22d78ee 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-implement-a-dependency-property/csharp/CodeSampleCsharp.csproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-implement-a-dependency-property/csharp/CodeSampleCsharp.csproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-implement-a-dependency-property/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-implement-a-dependency-property/vb/CodeSampleVb.vbproj
index c7ae1cc..34db9b0 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-implement-a-dependency-property/vb/CodeSampleVb.vbproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-implement-a-dependency-property/vb/CodeSampleVb.vbproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
CodeSampleVb
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-override-metadata-for-a-dependency-property/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-override-metadata-for-a-dependency-property/csharp/CodeSampleCsharp.csproj
index 8824b2f..22d78ee 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-override-metadata-for-a-dependency-property/csharp/CodeSampleCsharp.csproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-override-metadata-for-a-dependency-property/csharp/CodeSampleCsharp.csproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-override-metadata-for-a-dependency-property/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-override-metadata-for-a-dependency-property/vb/CodeSampleVb.vbproj
index c7ae1cc..34db9b0 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-override-metadata-for-a-dependency-property/vb/CodeSampleVb.vbproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-override-metadata-for-a-dependency-property/vb/CodeSampleVb.vbproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
CodeSampleVb
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-register-an-attached-property/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-register-an-attached-property/csharp/CodeSampleCsharp.csproj
index 8824b2f..22d78ee 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-register-an-attached-property/csharp/CodeSampleCsharp.csproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-register-an-attached-property/csharp/CodeSampleCsharp.csproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
true
diff --git a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-register-an-attached-property/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-register-an-attached-property/vb/CodeSampleVb.vbproj
index c7ae1cc..34db9b0 100644
--- a/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-register-an-attached-property/vb/CodeSampleVb.vbproj
+++ b/dotnet-desktop-guide/net/wpf/properties/snippets/how-to-register-an-attached-property/vb/CodeSampleVb.vbproj
@@ -2,7 +2,7 @@
WinExe
- net5.0-windows
+ net6.0-windows
CodeSampleVb
true