Skip to content

Commit 912e2d3

Browse files
committed
Update SchemaCollectionGenerator to .NET 7.0.
1 parent 6e5d82d commit 912e2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/SchemaCollectionGenerator/SchemaCollectionGenerator.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="YamlDotNet" Version="11.2.1" />
15+
<PackageReference Include="YamlDotNet" Version="12.0.0" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)