upgrade dotnet framework 4.5 to 4.6

This commit is contained in:
Gary Sharp
2023-11-06 11:24:58 +11:00
parent 3ec2ea7d37
commit 9924153e82
104 changed files with 363 additions and 404 deletions
@@ -91,7 +91,7 @@
<td>
@if (b.ConfigOptions != null)
{
@string.Join("; ", b.ConfigOptions)
<text>@string.Join("; ", b.ConfigOptions)</text>
}
</td>
<td>@b.Version</td>
@@ -134,7 +134,7 @@
<td>
@if (c.OEMStringArray != null)
{
@string.Join("; ", c.OEMStringArray)
<text>@string.Join("; ", c.OEMStringArray)</text>
}
</td>
<td>
@@ -146,7 +146,7 @@
<td>
@if (c.Roles != null)
{
@string.Join("; ", c.Roles)
<text>@string.Join("; ", c.Roles)</text>
}
</td>
</tr>