1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:45:42 +00:00

[ci skip] Target .NET 7 for source validator

This commit is contained in:
Oliver Booth 2022-11-29 17:30:07 +00:00
parent 7776138909
commit fe0b3647e4
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>