Skip to content

Commit b91e4e2

Browse files
committed
Fixed PreferredVersions.cs
1 parent 6ec1355 commit b91e4e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/PostSharp.Engineering.BuildTools/Build/PreferredVersions.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ public static class PreferredVersions
1616
{
1717
public static class DotNetSdk
1818
{
19-
public const string V_6_0 = "6.0.428";
2019
public const string V_10_0 = "8.0.102";
2120
public const string V_9_0 = "9.0.310";
22-
public const string V_8_0 = "8.0.417";
21+
public const string V_8_0 = "10.0.417";
22+
public const string V_6_0 = "6.0.428";
2323
}
2424

2525
public static class DotNet
2626
{
27-
public const string V_6_0 = "6.0.36";
2827
public const string V_10_0 = "8.0.2";
2928
public const string V_9_0 = "9.0.12";
30-
public const string V_8_0 = "8.0.12";
29+
public const string V_8_0 = "10.0.12";
30+
public const string V_6_0 = "6.0.36";
3131
}
3232
}

0 commit comments

Comments
 (0)