We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec1355 commit b91e4e2Copy full SHA for b91e4e2
1 file changed
src/PostSharp.Engineering.BuildTools/Build/PreferredVersions.cs
@@ -16,17 +16,17 @@ public static class PreferredVersions
16
{
17
public static class DotNetSdk
18
19
- public const string V_6_0 = "6.0.428";
20
public const string V_10_0 = "8.0.102";
21
public const string V_9_0 = "9.0.310";
22
- public const string V_8_0 = "8.0.417";
+ public const string V_8_0 = "10.0.417";
+ public const string V_6_0 = "6.0.428";
23
}
24
25
public static class DotNet
26
27
- public const string V_6_0 = "6.0.36";
28
public const string V_10_0 = "8.0.2";
29
public const string V_9_0 = "9.0.12";
30
- public const string V_8_0 = "8.0.12";
+ public const string V_8_0 = "10.0.12";
+ public const string V_6_0 = "6.0.36";
31
32
0 commit comments