Skip to content

Commit b5b056d

Browse files
committed
fix snippets 5000
1 parent ad9fb9c commit b5b056d

File tree

2 files changed

+11
-3
lines changed
  • snippets
    • csharp/System.Xml.Serialization/XmlSerializer/FromTypes
    • visualbasic/System.Xml.Serialization/XmlSerializer/FromTypes

2 files changed

+11
-3
lines changed

snippets/csharp/System.Xml.Serialization/XmlSerializer/FromTypes/Project.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
</PropertyGroup>
7-
8-
</Project>
7+
8+
</Project>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Library</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
</PropertyGroup>
7+
8+
</Project>

0 commit comments

Comments
 (0)