From 06e36e13ed6e79b742f88631fc8fa0520b94092f Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:03:28 -0700 Subject: [PATCH] Upgrade projects to target .NET 10 --- snippets/csharp/System.Xml/IHasXmlNode/Overview/Project.csproj | 2 +- snippets/csharp/System.Xml/IXmlLineInfo/Overview/Project.csproj | 2 +- snippets/csharp/System.Xml/NameTable/Overview/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlAttribute/BaseURI/Project.csproj | 2 +- .../csharp/System.Xml/XmlAttribute/CloneNode/Project.csproj | 2 +- .../csharp/System.Xml/XmlAttribute/LocalName/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlAttribute/Name/Project.csproj | 2 +- .../csharp/System.Xml/XmlAttribute/OwnerDocument/Project.csproj | 2 +- .../csharp/System.Xml/XmlAttribute/OwnerElement/Project.csproj | 2 +- .../System.Xml/XmlAttributeCollection/Append/Project.csproj | 2 +- .../System.Xml/XmlAttributeCollection/CopyTo/Project.csproj | 2 +- .../XmlAttributeCollection/InsertAfter/Project.csproj | 2 +- .../XmlAttributeCollection/InsertBefore/Project.csproj | 2 +- .../System.Xml/XmlAttributeCollection/Prepend/Project.csproj | 2 +- .../System.Xml/XmlAttributeCollection/RemoveAll/Project.csproj | 2 +- .../System.Xml/XmlAttributeCollection/RemoveAt/Project.csproj | 2 +- .../XmlAttributeCollection/SetNamedItem/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlConvert/DecodeName/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlConvert/ToDateTime/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlConvert/VerifyName/Project.csproj | 2 +- .../System.Xml/XmlConvert/VerifyWhitespace/Project.csproj | 2 +- .../csharp/System.Xml/XmlDeclaration/Encoding/Project.csproj | 2 +- .../csharp/System.Xml/XmlDeclaration/Standalone/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlDocument/.ctor/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlDocument/CloneNode/Project.csproj | 2 +- .../System.Xml/XmlDocument/CreateAttribute/Project.csproj | 2 +- .../System.Xml/XmlDocument/CreateCDataSection/Project.csproj | 2 +- .../csharp/System.Xml/XmlDocument/CreateComment/Project.csproj | 2 +- .../XmlDocument/CreateDocumentFragment/Project.csproj | 2 +- .../System.Xml/XmlDocument/CreateDocumentType/Project.csproj | 2 +- .../csharp/System.Xml/XmlDocument/CreateElement/project.csproj | 2 +- .../System.Xml/XmlDocument/CreateEntityReference/Project.csproj | 2 +- .../XmlDocument/CreateProcessingInstruction/Project.csproj | 2 +- .../XmlDocument/CreateSignificantWhitespace/Project.csproj | 2 +- .../System.Xml/XmlDocument/CreateWhitespace/Project.csproj | 2 +- .../System.Xml/XmlDocument/CreateXmlDeclaration/Project.csproj | 2 +- .../csharp/System.Xml/XmlDocument/DocumentType/Project.csproj | 2 +- .../csharp/System.Xml/XmlDocument/GetElementById/Project.csproj | 2 +- .../csharp/System.Xml/XmlDocument/ImportNode/Project.csproj | 2 +- .../csharp/System.Xml/XmlDocument/IsReadOnly/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlDocument/Load/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlDocument/LoadXml/Project.csproj | 2 +- .../System.Xml/XmlDocument/Overview/xmlprocessingapp.csproj | 2 +- .../System.Xml/XmlDocument/PreserveWhitespace/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlDocument/ReadNode/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlDocument/Save/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlDocument/Validate/Project.csproj | 2 +- .../csharp/System.Xml/XmlDocument/XmlResolver/Project.csproj | 2 +- .../System.Xml/XmlDocumentFragment/CloneNode/Project.csproj | 2 +- .../System.Xml/XmlDocumentFragment/InnerXml/Project.csproj | 2 +- .../System.Xml/XmlDocumentFragment/OwnerDocument/Project.csproj | 2 +- .../csharp/System.Xml/XmlDocumentType/Entities/Project.csproj | 2 +- .../System.Xml/XmlDocumentType/InternalSubset/Project.csproj | 2 +- .../csharp/System.Xml/XmlDocumentType/IsReadOnly/Project.csproj | 2 +- .../csharp/System.Xml/XmlDocumentType/Notations/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlElement/Attributes/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlElement/CloneNode/Project.csproj | 2 +- .../csharp/System.Xml/XmlElement/GetAttribute/Project.csproj | 2 +- .../System.Xml/XmlElement/GetAttributeNode/Project.csproj | 2 +- .../System.Xml/XmlElement/GetElementsByTagName/Project.csproj | 2 +- .../csharp/System.Xml/XmlElement/HasAttributes/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlElement/InnerText/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlElement/IsEmpty/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlElement/LocalName/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlElement/Name/Project.csproj | 2 +- .../csharp/System.Xml/XmlElement/OwnerDocument/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlElement/RemoveAll/Project.csproj | 2 +- .../System.Xml/XmlElement/RemoveAllAttributes/Project.csproj | 2 +- .../System.Xml/XmlElement/RemoveAttributeAt/Project.csproj | 2 +- .../System.Xml/XmlElement/RemoveAttributeNode/Project.csproj | 2 +- .../System.Xml/XmlElement/SetAttributeNode/Project.csproj | 2 +- .../csharp/System.Xml/XmlElement/WriteContentTo/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlElement/WriteTo/Project.csproj | 2 +- .../csharp/System.Xml/XmlEntityReference/BaseURI/Project.csproj | 2 +- .../System.Xml/XmlEntityReference/IsReadOnly/Project.csproj | 2 +- .../csharp/System.Xml/XmlEntityReference/Name/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlException/Project.csproj | 2 +- .../csharp/System.Xml/XmlLinkedNode/NextSibling/Project.csproj | 2 +- .../System.Xml/XmlLinkedNode/PreviousSibling/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNameTable/Overview/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNamedNodeMap/Count/Project.csproj | 2 +- .../System.Xml/XmlNamedNodeMap/GetEnumerator/Project.csproj | 2 +- .../System.Xml/XmlNamedNodeMap/GetNamedItem/Project.csproj | 2 +- .../System.Xml/XmlNamedNodeMap/RemoveNamedItem/Project.csproj | 2 +- .../System.Xml/XmlNamedNodeMap/SetNamedItem/Project.csproj | 2 +- .../csharp/System.Xml/XmlNamespaceManager/.ctor/Project.csproj | 2 +- .../System.Xml/XmlNamespaceManager/AddNamespace/Project.csproj | 2 +- .../XmlNamespaceManager/LookupNamespace/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/AppendChild/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/Attributes/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/Clone/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/CloneNode/Project.csproj | 2 +- .../csharp/System.Xml/XmlNode/CreateNavigator/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/FirstChild/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/GetEnumerator/Project.csproj | 2 +- .../System.Xml/XmlNode/GetPrefixOfNamespace/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/InnerText/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/InsertAfter/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/InsertBefore/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/Item/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/OuterXml/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/PrependChild/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/RemoveAll/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/RemoveChild/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/ReplaceChild/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/SelectNodes/Project.csproj | 2 +- .../csharp/System.Xml/XmlNode/WriteContentTo/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNode/WriteTo/Project.csproj | 2 +- .../XmlNodeChangedEventHandler/Overview/Project.csproj | 2 +- .../csharp/System.Xml/XmlNodeList/GetEnumerator/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNodeList/Item/Project.csproj | 2 +- .../System.Xml/XmlNodeReader/AttributeCount/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNodeReader/BaseURI/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNodeReader/Close/Project.csproj | 2 +- .../csharp/System.Xml/XmlNodeReader/GetAttribute/Project.csproj | 2 +- .../csharp/System.Xml/XmlNodeReader/HasValue/Project.csproj | 2 +- .../System.Xml/XmlNodeReader/IsEmptyElement/Project.csproj | 2 +- .../csharp/System.Xml/XmlNodeReader/LocalName/Project.csproj | 2 +- .../XmlNodeReader/MoveToFirstAttribute/Project.csproj | 2 +- .../System.Xml/XmlNodeReader/MoveToNextAttribute/Project.csproj | 2 +- .../csharp/System.Xml/XmlNodeReader/Overview/Project.csproj | 2 +- .../System.Xml/XmlNodeReader/ReadAttributeValue/Project.csproj | 2 +- .../System.Xml/XmlNodeReader/ResolveEntity/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlNodeReader/Skip/Project.csproj | 2 +- .../csharp/System.Xml/XmlParserContext/Overview/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlReader/Create/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlReader/Overview/Project.csproj | 2 +- .../csharp/System.Xml/XmlReader/ReadContentAs/Project.csproj | 2 +- .../XmlReader/ReadElementContentAsBase64/Project.csproj | 2 +- .../System.Xml/XmlReaderSettings/DtdProcessing/Project.csproj | 2 +- .../csharp/System.Xml/XmlReaderSettings/Schemas/Project.csproj | 2 +- .../XmlReaderSettings/ValidationEventHandler/Project.csproj | 2 +- .../System.Xml/XmlReaderSettings/ValidationType/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlResolver/Overview/Project.csproj | 2 +- .../System.Xml/XmlSignificantWhitespace/NodeType/Project.csproj | 2 +- .../System.Xml/XmlTextReader/AttributeCount/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlTextReader/BaseURI/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlTextReader/Depth/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextReader/GetAttribute/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextReader/GetRemainder/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextReader/HasValue/Project.csproj | 2 +- .../System.Xml/XmlTextReader/IsEmptyElement/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextReader/LocalName/Project.csproj | 2 +- .../XmlTextReader/MoveToFirstAttribute/Project.csproj | 2 +- .../System.Xml/XmlTextReader/MoveToNextAttribute/Project.csproj | 2 +- .../System.Xml/XmlTextReader/Normalization/Project.csproj | 2 +- .../System.Xml/XmlTextReader/ReadAttributeValue/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextReader/ReadBase64/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextReader/ReadChars/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextReader/ResetState/Project.csproj | 2 +- .../System.Xml/XmlTextReader/WhitespaceHandling/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlTextReader/XmlLang/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextReader/XmlResolver/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextReader/XmlSpace/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlTextWriter/Close/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlTextWriter/Flush/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextWriter/LookupPrefix/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextWriter/WriteBase64/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextWriter/WriteCData/Project.csproj | 2 +- .../System.Xml/XmlTextWriter/WriteCharEntity/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextWriter/WriteChars/Project.csproj | 2 +- .../System.Xml/XmlTextWriter/WriteEndElement/Project.csproj | 2 +- .../System.Xml/XmlTextWriter/WriteFullEndElement/Project.csproj | 2 +- .../System.Xml/XmlTextWriter/WriteQualifiedName/Project.csproj | 2 +- .../csharp/System.Xml/XmlTextWriter/WriteRaw/Project.csproj | 2 +- .../System.Xml/XmlTextWriter/WriteWhitespace/Project.csproj | 2 +- .../csharp/System.Xml/XmlUrlResolver/GetEntity/Project.csproj | 2 +- .../csharp/System.Xml/XmlUrlResolver/Overview/Project.csproj | 2 +- .../csharp/System.Xml/XmlWhitespace/NodeType/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlWriter/Close/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlWriter/Flush/Project.csproj | 2 +- .../csharp/System.Xml/XmlWriter/LookupPrefix/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlWriter/Overview/Project.csproj | 2 +- .../System.Xml/XmlWriter/WriteAttributeString/Project.csproj | 2 +- .../csharp/System.Xml/XmlWriter/WriteAttributes/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlWriter/WriteCData/Project.csproj | 2 +- snippets/csharp/System.Xml/XmlWriter/WriteChars/Project.csproj | 2 +- .../csharp/System.Xml/XmlWriter/WriteEndElement/Project.csproj | 2 +- .../csharp/System.Xml/XmlWriterSettings/Encoding/Project.csproj | 2 +- .../csharp/System.Xml/XmlWriterSettings/Overview/Project.csproj | 2 +- 180 files changed, 180 insertions(+), 180 deletions(-) diff --git a/snippets/csharp/System.Xml/IHasXmlNode/Overview/Project.csproj b/snippets/csharp/System.Xml/IHasXmlNode/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/IHasXmlNode/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/IHasXmlNode/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/IXmlLineInfo/Overview/Project.csproj b/snippets/csharp/System.Xml/IXmlLineInfo/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/IXmlLineInfo/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/IXmlLineInfo/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/NameTable/Overview/Project.csproj b/snippets/csharp/System.Xml/NameTable/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/NameTable/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/NameTable/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttribute/BaseURI/Project.csproj b/snippets/csharp/System.Xml/XmlAttribute/BaseURI/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttribute/BaseURI/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttribute/BaseURI/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttribute/CloneNode/Project.csproj b/snippets/csharp/System.Xml/XmlAttribute/CloneNode/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttribute/CloneNode/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttribute/CloneNode/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttribute/LocalName/Project.csproj b/snippets/csharp/System.Xml/XmlAttribute/LocalName/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttribute/LocalName/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttribute/LocalName/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttribute/Name/Project.csproj b/snippets/csharp/System.Xml/XmlAttribute/Name/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttribute/Name/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttribute/Name/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttribute/OwnerDocument/Project.csproj b/snippets/csharp/System.Xml/XmlAttribute/OwnerDocument/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttribute/OwnerDocument/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttribute/OwnerDocument/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttribute/OwnerElement/Project.csproj b/snippets/csharp/System.Xml/XmlAttribute/OwnerElement/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttribute/OwnerElement/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttribute/OwnerElement/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttributeCollection/Append/Project.csproj b/snippets/csharp/System.Xml/XmlAttributeCollection/Append/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttributeCollection/Append/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttributeCollection/Append/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttributeCollection/CopyTo/Project.csproj b/snippets/csharp/System.Xml/XmlAttributeCollection/CopyTo/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttributeCollection/CopyTo/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttributeCollection/CopyTo/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttributeCollection/InsertAfter/Project.csproj b/snippets/csharp/System.Xml/XmlAttributeCollection/InsertAfter/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttributeCollection/InsertAfter/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttributeCollection/InsertAfter/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttributeCollection/InsertBefore/Project.csproj b/snippets/csharp/System.Xml/XmlAttributeCollection/InsertBefore/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttributeCollection/InsertBefore/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttributeCollection/InsertBefore/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttributeCollection/Prepend/Project.csproj b/snippets/csharp/System.Xml/XmlAttributeCollection/Prepend/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttributeCollection/Prepend/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttributeCollection/Prepend/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttributeCollection/RemoveAll/Project.csproj b/snippets/csharp/System.Xml/XmlAttributeCollection/RemoveAll/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttributeCollection/RemoveAll/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttributeCollection/RemoveAll/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttributeCollection/RemoveAt/Project.csproj b/snippets/csharp/System.Xml/XmlAttributeCollection/RemoveAt/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttributeCollection/RemoveAt/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttributeCollection/RemoveAt/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlAttributeCollection/SetNamedItem/Project.csproj b/snippets/csharp/System.Xml/XmlAttributeCollection/SetNamedItem/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlAttributeCollection/SetNamedItem/Project.csproj +++ b/snippets/csharp/System.Xml/XmlAttributeCollection/SetNamedItem/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlConvert/DecodeName/Project.csproj b/snippets/csharp/System.Xml/XmlConvert/DecodeName/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlConvert/DecodeName/Project.csproj +++ b/snippets/csharp/System.Xml/XmlConvert/DecodeName/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlConvert/ToDateTime/Project.csproj b/snippets/csharp/System.Xml/XmlConvert/ToDateTime/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlConvert/ToDateTime/Project.csproj +++ b/snippets/csharp/System.Xml/XmlConvert/ToDateTime/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlConvert/VerifyName/Project.csproj b/snippets/csharp/System.Xml/XmlConvert/VerifyName/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlConvert/VerifyName/Project.csproj +++ b/snippets/csharp/System.Xml/XmlConvert/VerifyName/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlConvert/VerifyWhitespace/Project.csproj b/snippets/csharp/System.Xml/XmlConvert/VerifyWhitespace/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlConvert/VerifyWhitespace/Project.csproj +++ b/snippets/csharp/System.Xml/XmlConvert/VerifyWhitespace/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDeclaration/Encoding/Project.csproj b/snippets/csharp/System.Xml/XmlDeclaration/Encoding/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDeclaration/Encoding/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDeclaration/Encoding/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDeclaration/Standalone/Project.csproj b/snippets/csharp/System.Xml/XmlDeclaration/Standalone/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDeclaration/Standalone/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDeclaration/Standalone/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/.ctor/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/.ctor/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/.ctor/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/.ctor/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CloneNode/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CloneNode/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CloneNode/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CloneNode/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateAttribute/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateAttribute/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateAttribute/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateAttribute/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateCDataSection/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateCDataSection/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateCDataSection/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateCDataSection/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateComment/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateComment/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateComment/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateComment/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateDocumentFragment/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateDocumentFragment/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateDocumentFragment/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateDocumentFragment/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateDocumentType/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateDocumentType/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateDocumentType/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateDocumentType/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateElement/project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateElement/project.csproj index fc3f09ab482..dfdef3fd2a7 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateElement/project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateElement/project.csproj @@ -2,7 +2,7 @@ Library - net9.0 + net10.0 diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateEntityReference/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateEntityReference/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateEntityReference/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateEntityReference/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateProcessingInstruction/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateProcessingInstruction/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateProcessingInstruction/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateProcessingInstruction/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateSignificantWhitespace/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateSignificantWhitespace/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateSignificantWhitespace/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateSignificantWhitespace/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateWhitespace/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateWhitespace/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateWhitespace/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateWhitespace/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/CreateXmlDeclaration/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/CreateXmlDeclaration/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/CreateXmlDeclaration/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/CreateXmlDeclaration/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/DocumentType/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/DocumentType/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/DocumentType/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/DocumentType/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/GetElementById/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/GetElementById/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/GetElementById/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/GetElementById/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/ImportNode/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/ImportNode/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/ImportNode/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/ImportNode/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/IsReadOnly/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/IsReadOnly/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/IsReadOnly/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/IsReadOnly/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/Load/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/Load/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/Load/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/Load/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/LoadXml/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/LoadXml/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/LoadXml/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/LoadXml/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/Overview/xmlprocessingapp.csproj b/snippets/csharp/System.Xml/XmlDocument/Overview/xmlprocessingapp.csproj index fc37f491db5..43cddf4fee9 100644 --- a/snippets/csharp/System.Xml/XmlDocument/Overview/xmlprocessingapp.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/Overview/xmlprocessingapp.csproj @@ -2,7 +2,7 @@ Exe - net6.0-windows + net10.0-windows true XMLProcessingApp.Program diff --git a/snippets/csharp/System.Xml/XmlDocument/PreserveWhitespace/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/PreserveWhitespace/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/PreserveWhitespace/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/PreserveWhitespace/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/ReadNode/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/ReadNode/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/ReadNode/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/ReadNode/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/Save/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/Save/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/Save/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/Save/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/Validate/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/Validate/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/Validate/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/Validate/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocument/XmlResolver/Project.csproj b/snippets/csharp/System.Xml/XmlDocument/XmlResolver/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocument/XmlResolver/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocument/XmlResolver/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocumentFragment/CloneNode/Project.csproj b/snippets/csharp/System.Xml/XmlDocumentFragment/CloneNode/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocumentFragment/CloneNode/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocumentFragment/CloneNode/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocumentFragment/InnerXml/Project.csproj b/snippets/csharp/System.Xml/XmlDocumentFragment/InnerXml/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocumentFragment/InnerXml/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocumentFragment/InnerXml/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocumentFragment/OwnerDocument/Project.csproj b/snippets/csharp/System.Xml/XmlDocumentFragment/OwnerDocument/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocumentFragment/OwnerDocument/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocumentFragment/OwnerDocument/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocumentType/Entities/Project.csproj b/snippets/csharp/System.Xml/XmlDocumentType/Entities/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocumentType/Entities/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocumentType/Entities/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocumentType/InternalSubset/Project.csproj b/snippets/csharp/System.Xml/XmlDocumentType/InternalSubset/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocumentType/InternalSubset/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocumentType/InternalSubset/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocumentType/IsReadOnly/Project.csproj b/snippets/csharp/System.Xml/XmlDocumentType/IsReadOnly/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocumentType/IsReadOnly/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocumentType/IsReadOnly/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlDocumentType/Notations/Project.csproj b/snippets/csharp/System.Xml/XmlDocumentType/Notations/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlDocumentType/Notations/Project.csproj +++ b/snippets/csharp/System.Xml/XmlDocumentType/Notations/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/Attributes/Project.csproj b/snippets/csharp/System.Xml/XmlElement/Attributes/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/Attributes/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/Attributes/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/CloneNode/Project.csproj b/snippets/csharp/System.Xml/XmlElement/CloneNode/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/CloneNode/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/CloneNode/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/GetAttribute/Project.csproj b/snippets/csharp/System.Xml/XmlElement/GetAttribute/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/GetAttribute/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/GetAttribute/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/GetAttributeNode/Project.csproj b/snippets/csharp/System.Xml/XmlElement/GetAttributeNode/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/GetAttributeNode/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/GetAttributeNode/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/GetElementsByTagName/Project.csproj b/snippets/csharp/System.Xml/XmlElement/GetElementsByTagName/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/GetElementsByTagName/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/GetElementsByTagName/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/HasAttributes/Project.csproj b/snippets/csharp/System.Xml/XmlElement/HasAttributes/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/HasAttributes/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/HasAttributes/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/InnerText/Project.csproj b/snippets/csharp/System.Xml/XmlElement/InnerText/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/InnerText/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/InnerText/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/IsEmpty/Project.csproj b/snippets/csharp/System.Xml/XmlElement/IsEmpty/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/IsEmpty/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/IsEmpty/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/LocalName/Project.csproj b/snippets/csharp/System.Xml/XmlElement/LocalName/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/LocalName/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/LocalName/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/Name/Project.csproj b/snippets/csharp/System.Xml/XmlElement/Name/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/Name/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/Name/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/OwnerDocument/Project.csproj b/snippets/csharp/System.Xml/XmlElement/OwnerDocument/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/OwnerDocument/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/OwnerDocument/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/RemoveAll/Project.csproj b/snippets/csharp/System.Xml/XmlElement/RemoveAll/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/RemoveAll/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/RemoveAll/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/RemoveAllAttributes/Project.csproj b/snippets/csharp/System.Xml/XmlElement/RemoveAllAttributes/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/RemoveAllAttributes/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/RemoveAllAttributes/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/RemoveAttributeAt/Project.csproj b/snippets/csharp/System.Xml/XmlElement/RemoveAttributeAt/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/RemoveAttributeAt/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/RemoveAttributeAt/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/RemoveAttributeNode/Project.csproj b/snippets/csharp/System.Xml/XmlElement/RemoveAttributeNode/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/RemoveAttributeNode/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/RemoveAttributeNode/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/SetAttributeNode/Project.csproj b/snippets/csharp/System.Xml/XmlElement/SetAttributeNode/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/SetAttributeNode/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/SetAttributeNode/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/WriteContentTo/Project.csproj b/snippets/csharp/System.Xml/XmlElement/WriteContentTo/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/WriteContentTo/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/WriteContentTo/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlElement/WriteTo/Project.csproj b/snippets/csharp/System.Xml/XmlElement/WriteTo/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlElement/WriteTo/Project.csproj +++ b/snippets/csharp/System.Xml/XmlElement/WriteTo/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlEntityReference/BaseURI/Project.csproj b/snippets/csharp/System.Xml/XmlEntityReference/BaseURI/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlEntityReference/BaseURI/Project.csproj +++ b/snippets/csharp/System.Xml/XmlEntityReference/BaseURI/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlEntityReference/IsReadOnly/Project.csproj b/snippets/csharp/System.Xml/XmlEntityReference/IsReadOnly/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlEntityReference/IsReadOnly/Project.csproj +++ b/snippets/csharp/System.Xml/XmlEntityReference/IsReadOnly/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlEntityReference/Name/Project.csproj b/snippets/csharp/System.Xml/XmlEntityReference/Name/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlEntityReference/Name/Project.csproj +++ b/snippets/csharp/System.Xml/XmlEntityReference/Name/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlException/Project.csproj b/snippets/csharp/System.Xml/XmlException/Project.csproj index 41f1d5ad4b2..a15a29bf12c 100644 --- a/snippets/csharp/System.Xml/XmlException/Project.csproj +++ b/snippets/csharp/System.Xml/XmlException/Project.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net10.0 diff --git a/snippets/csharp/System.Xml/XmlLinkedNode/NextSibling/Project.csproj b/snippets/csharp/System.Xml/XmlLinkedNode/NextSibling/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlLinkedNode/NextSibling/Project.csproj +++ b/snippets/csharp/System.Xml/XmlLinkedNode/NextSibling/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlLinkedNode/PreviousSibling/Project.csproj b/snippets/csharp/System.Xml/XmlLinkedNode/PreviousSibling/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlLinkedNode/PreviousSibling/Project.csproj +++ b/snippets/csharp/System.Xml/XmlLinkedNode/PreviousSibling/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNameTable/Overview/Project.csproj b/snippets/csharp/System.Xml/XmlNameTable/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNameTable/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNameTable/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNamedNodeMap/Count/Project.csproj b/snippets/csharp/System.Xml/XmlNamedNodeMap/Count/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNamedNodeMap/Count/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNamedNodeMap/Count/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNamedNodeMap/GetEnumerator/Project.csproj b/snippets/csharp/System.Xml/XmlNamedNodeMap/GetEnumerator/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNamedNodeMap/GetEnumerator/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNamedNodeMap/GetEnumerator/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNamedNodeMap/GetNamedItem/Project.csproj b/snippets/csharp/System.Xml/XmlNamedNodeMap/GetNamedItem/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNamedNodeMap/GetNamedItem/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNamedNodeMap/GetNamedItem/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNamedNodeMap/RemoveNamedItem/Project.csproj b/snippets/csharp/System.Xml/XmlNamedNodeMap/RemoveNamedItem/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNamedNodeMap/RemoveNamedItem/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNamedNodeMap/RemoveNamedItem/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNamedNodeMap/SetNamedItem/Project.csproj b/snippets/csharp/System.Xml/XmlNamedNodeMap/SetNamedItem/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNamedNodeMap/SetNamedItem/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNamedNodeMap/SetNamedItem/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNamespaceManager/.ctor/Project.csproj b/snippets/csharp/System.Xml/XmlNamespaceManager/.ctor/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNamespaceManager/.ctor/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNamespaceManager/.ctor/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNamespaceManager/AddNamespace/Project.csproj b/snippets/csharp/System.Xml/XmlNamespaceManager/AddNamespace/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNamespaceManager/AddNamespace/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNamespaceManager/AddNamespace/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNamespaceManager/LookupNamespace/Project.csproj b/snippets/csharp/System.Xml/XmlNamespaceManager/LookupNamespace/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNamespaceManager/LookupNamespace/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNamespaceManager/LookupNamespace/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/AppendChild/Project.csproj b/snippets/csharp/System.Xml/XmlNode/AppendChild/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/AppendChild/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/AppendChild/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/Attributes/Project.csproj b/snippets/csharp/System.Xml/XmlNode/Attributes/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/Attributes/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/Attributes/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/Clone/Project.csproj b/snippets/csharp/System.Xml/XmlNode/Clone/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/Clone/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/Clone/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/CloneNode/Project.csproj b/snippets/csharp/System.Xml/XmlNode/CloneNode/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/CloneNode/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/CloneNode/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/CreateNavigator/Project.csproj b/snippets/csharp/System.Xml/XmlNode/CreateNavigator/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/CreateNavigator/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/CreateNavigator/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/FirstChild/Project.csproj b/snippets/csharp/System.Xml/XmlNode/FirstChild/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/FirstChild/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/FirstChild/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/GetEnumerator/Project.csproj b/snippets/csharp/System.Xml/XmlNode/GetEnumerator/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/GetEnumerator/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/GetEnumerator/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/GetPrefixOfNamespace/Project.csproj b/snippets/csharp/System.Xml/XmlNode/GetPrefixOfNamespace/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/GetPrefixOfNamespace/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/GetPrefixOfNamespace/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/InnerText/Project.csproj b/snippets/csharp/System.Xml/XmlNode/InnerText/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/InnerText/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/InnerText/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/InsertAfter/Project.csproj b/snippets/csharp/System.Xml/XmlNode/InsertAfter/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/InsertAfter/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/InsertAfter/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/InsertBefore/Project.csproj b/snippets/csharp/System.Xml/XmlNode/InsertBefore/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/InsertBefore/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/InsertBefore/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/Item/Project.csproj b/snippets/csharp/System.Xml/XmlNode/Item/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/Item/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/Item/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/OuterXml/Project.csproj b/snippets/csharp/System.Xml/XmlNode/OuterXml/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/OuterXml/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/OuterXml/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/PrependChild/Project.csproj b/snippets/csharp/System.Xml/XmlNode/PrependChild/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/PrependChild/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/PrependChild/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/RemoveAll/Project.csproj b/snippets/csharp/System.Xml/XmlNode/RemoveAll/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/RemoveAll/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/RemoveAll/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/RemoveChild/Project.csproj b/snippets/csharp/System.Xml/XmlNode/RemoveChild/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/RemoveChild/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/RemoveChild/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/ReplaceChild/Project.csproj b/snippets/csharp/System.Xml/XmlNode/ReplaceChild/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/ReplaceChild/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/ReplaceChild/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/SelectNodes/Project.csproj b/snippets/csharp/System.Xml/XmlNode/SelectNodes/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/SelectNodes/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/SelectNodes/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/WriteContentTo/Project.csproj b/snippets/csharp/System.Xml/XmlNode/WriteContentTo/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/WriteContentTo/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/WriteContentTo/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNode/WriteTo/Project.csproj b/snippets/csharp/System.Xml/XmlNode/WriteTo/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNode/WriteTo/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNode/WriteTo/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeChangedEventHandler/Overview/Project.csproj b/snippets/csharp/System.Xml/XmlNodeChangedEventHandler/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeChangedEventHandler/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeChangedEventHandler/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeList/GetEnumerator/Project.csproj b/snippets/csharp/System.Xml/XmlNodeList/GetEnumerator/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeList/GetEnumerator/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeList/GetEnumerator/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeList/Item/Project.csproj b/snippets/csharp/System.Xml/XmlNodeList/Item/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeList/Item/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeList/Item/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/AttributeCount/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/AttributeCount/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/AttributeCount/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/AttributeCount/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/BaseURI/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/BaseURI/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/BaseURI/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/BaseURI/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/Close/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/Close/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/Close/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/Close/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/GetAttribute/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/GetAttribute/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/GetAttribute/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/GetAttribute/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/HasValue/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/HasValue/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/HasValue/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/HasValue/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/IsEmptyElement/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/IsEmptyElement/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/IsEmptyElement/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/IsEmptyElement/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/LocalName/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/LocalName/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/LocalName/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/LocalName/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/MoveToFirstAttribute/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/MoveToFirstAttribute/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/MoveToFirstAttribute/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/MoveToFirstAttribute/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/MoveToNextAttribute/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/MoveToNextAttribute/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/MoveToNextAttribute/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/MoveToNextAttribute/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/Overview/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/ReadAttributeValue/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/ReadAttributeValue/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/ReadAttributeValue/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/ReadAttributeValue/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/ResolveEntity/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/ResolveEntity/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/ResolveEntity/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/ResolveEntity/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlNodeReader/Skip/Project.csproj b/snippets/csharp/System.Xml/XmlNodeReader/Skip/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlNodeReader/Skip/Project.csproj +++ b/snippets/csharp/System.Xml/XmlNodeReader/Skip/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlParserContext/Overview/Project.csproj b/snippets/csharp/System.Xml/XmlParserContext/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlParserContext/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/XmlParserContext/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlReader/Create/Project.csproj b/snippets/csharp/System.Xml/XmlReader/Create/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlReader/Create/Project.csproj +++ b/snippets/csharp/System.Xml/XmlReader/Create/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlReader/Overview/Project.csproj b/snippets/csharp/System.Xml/XmlReader/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlReader/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/XmlReader/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlReader/ReadContentAs/Project.csproj b/snippets/csharp/System.Xml/XmlReader/ReadContentAs/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlReader/ReadContentAs/Project.csproj +++ b/snippets/csharp/System.Xml/XmlReader/ReadContentAs/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlReader/ReadElementContentAsBase64/Project.csproj b/snippets/csharp/System.Xml/XmlReader/ReadElementContentAsBase64/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlReader/ReadElementContentAsBase64/Project.csproj +++ b/snippets/csharp/System.Xml/XmlReader/ReadElementContentAsBase64/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlReaderSettings/DtdProcessing/Project.csproj b/snippets/csharp/System.Xml/XmlReaderSettings/DtdProcessing/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlReaderSettings/DtdProcessing/Project.csproj +++ b/snippets/csharp/System.Xml/XmlReaderSettings/DtdProcessing/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlReaderSettings/Schemas/Project.csproj b/snippets/csharp/System.Xml/XmlReaderSettings/Schemas/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlReaderSettings/Schemas/Project.csproj +++ b/snippets/csharp/System.Xml/XmlReaderSettings/Schemas/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlReaderSettings/ValidationEventHandler/Project.csproj b/snippets/csharp/System.Xml/XmlReaderSettings/ValidationEventHandler/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlReaderSettings/ValidationEventHandler/Project.csproj +++ b/snippets/csharp/System.Xml/XmlReaderSettings/ValidationEventHandler/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlReaderSettings/ValidationType/Project.csproj b/snippets/csharp/System.Xml/XmlReaderSettings/ValidationType/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlReaderSettings/ValidationType/Project.csproj +++ b/snippets/csharp/System.Xml/XmlReaderSettings/ValidationType/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlResolver/Overview/Project.csproj b/snippets/csharp/System.Xml/XmlResolver/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlResolver/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/XmlResolver/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlSignificantWhitespace/NodeType/Project.csproj b/snippets/csharp/System.Xml/XmlSignificantWhitespace/NodeType/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlSignificantWhitespace/NodeType/Project.csproj +++ b/snippets/csharp/System.Xml/XmlSignificantWhitespace/NodeType/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/AttributeCount/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/AttributeCount/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/AttributeCount/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/AttributeCount/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/BaseURI/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/BaseURI/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/BaseURI/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/BaseURI/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/Depth/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/Depth/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/Depth/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/Depth/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/GetAttribute/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/GetAttribute/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/GetAttribute/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/GetAttribute/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/GetRemainder/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/GetRemainder/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/GetRemainder/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/GetRemainder/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/HasValue/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/HasValue/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/HasValue/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/HasValue/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/IsEmptyElement/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/IsEmptyElement/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/IsEmptyElement/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/IsEmptyElement/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/LocalName/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/LocalName/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/LocalName/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/LocalName/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/MoveToFirstAttribute/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/MoveToFirstAttribute/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/MoveToFirstAttribute/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/MoveToFirstAttribute/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/MoveToNextAttribute/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/MoveToNextAttribute/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/MoveToNextAttribute/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/MoveToNextAttribute/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/Normalization/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/Normalization/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/Normalization/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/Normalization/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/ReadAttributeValue/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/ReadAttributeValue/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/ReadAttributeValue/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/ReadAttributeValue/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/ReadBase64/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/ReadBase64/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/ReadBase64/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/ReadBase64/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/ReadChars/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/ReadChars/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/ReadChars/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/ReadChars/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/ResetState/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/ResetState/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/ResetState/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/ResetState/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/WhitespaceHandling/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/WhitespaceHandling/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/WhitespaceHandling/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/WhitespaceHandling/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/XmlLang/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/XmlLang/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/XmlLang/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/XmlLang/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/XmlResolver/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/XmlResolver/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/XmlResolver/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/XmlResolver/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextReader/XmlSpace/Project.csproj b/snippets/csharp/System.Xml/XmlTextReader/XmlSpace/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextReader/XmlSpace/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextReader/XmlSpace/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/Close/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/Close/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/Close/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/Close/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/Flush/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/Flush/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/Flush/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/Flush/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/LookupPrefix/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/LookupPrefix/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/LookupPrefix/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/LookupPrefix/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/WriteBase64/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/WriteBase64/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/WriteBase64/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/WriteBase64/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/WriteCData/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/WriteCData/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/WriteCData/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/WriteCData/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/WriteCharEntity/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/WriteCharEntity/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/WriteCharEntity/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/WriteCharEntity/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/WriteChars/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/WriteChars/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/WriteChars/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/WriteChars/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/WriteEndElement/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/WriteEndElement/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/WriteEndElement/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/WriteEndElement/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/WriteFullEndElement/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/WriteFullEndElement/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/WriteFullEndElement/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/WriteFullEndElement/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/WriteQualifiedName/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/WriteQualifiedName/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/WriteQualifiedName/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/WriteQualifiedName/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/WriteRaw/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/WriteRaw/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/WriteRaw/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/WriteRaw/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlTextWriter/WriteWhitespace/Project.csproj b/snippets/csharp/System.Xml/XmlTextWriter/WriteWhitespace/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlTextWriter/WriteWhitespace/Project.csproj +++ b/snippets/csharp/System.Xml/XmlTextWriter/WriteWhitespace/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlUrlResolver/GetEntity/Project.csproj b/snippets/csharp/System.Xml/XmlUrlResolver/GetEntity/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlUrlResolver/GetEntity/Project.csproj +++ b/snippets/csharp/System.Xml/XmlUrlResolver/GetEntity/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlUrlResolver/Overview/Project.csproj b/snippets/csharp/System.Xml/XmlUrlResolver/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlUrlResolver/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/XmlUrlResolver/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWhitespace/NodeType/Project.csproj b/snippets/csharp/System.Xml/XmlWhitespace/NodeType/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWhitespace/NodeType/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWhitespace/NodeType/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriter/Close/Project.csproj b/snippets/csharp/System.Xml/XmlWriter/Close/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriter/Close/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriter/Close/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriter/Flush/Project.csproj b/snippets/csharp/System.Xml/XmlWriter/Flush/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriter/Flush/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriter/Flush/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriter/LookupPrefix/Project.csproj b/snippets/csharp/System.Xml/XmlWriter/LookupPrefix/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriter/LookupPrefix/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriter/LookupPrefix/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriter/Overview/Project.csproj b/snippets/csharp/System.Xml/XmlWriter/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriter/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriter/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriter/WriteAttributeString/Project.csproj b/snippets/csharp/System.Xml/XmlWriter/WriteAttributeString/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriter/WriteAttributeString/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriter/WriteAttributeString/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriter/WriteAttributes/Project.csproj b/snippets/csharp/System.Xml/XmlWriter/WriteAttributes/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriter/WriteAttributes/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriter/WriteAttributes/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriter/WriteCData/Project.csproj b/snippets/csharp/System.Xml/XmlWriter/WriteCData/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriter/WriteCData/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriter/WriteCData/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriter/WriteChars/Project.csproj b/snippets/csharp/System.Xml/XmlWriter/WriteChars/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriter/WriteChars/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriter/WriteChars/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriter/WriteEndElement/Project.csproj b/snippets/csharp/System.Xml/XmlWriter/WriteEndElement/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriter/WriteEndElement/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriter/WriteEndElement/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriterSettings/Encoding/Project.csproj b/snippets/csharp/System.Xml/XmlWriterSettings/Encoding/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriterSettings/Encoding/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriterSettings/Encoding/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file diff --git a/snippets/csharp/System.Xml/XmlWriterSettings/Overview/Project.csproj b/snippets/csharp/System.Xml/XmlWriterSettings/Overview/Project.csproj index c02dc5044e7..a369cfa8a80 100644 --- a/snippets/csharp/System.Xml/XmlWriterSettings/Overview/Project.csproj +++ b/snippets/csharp/System.Xml/XmlWriterSettings/Overview/Project.csproj @@ -2,7 +2,7 @@ Library - net6.0 + net10.0 \ No newline at end of file