File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public class PluginSupportInfo : IPluginSupportInfo
4848
4949 public abstract class CodeLab : Effect
5050 {
51- internal const string Version = "6.4 " ;
51+ internal const string Version = "6.5 " ;
5252
5353 // Includes the Build and Revision fields that are generated by the compiler
5454 internal static string VersionFull => typeof ( CodeLab ) . Assembly . GetName ( ) . Version . ToString ( ) ;
Original file line number Diff line number Diff line change 236236 </ItemGroup >
237237 <ItemGroup >
238238 <PackageReference Include =" ILRepack" Version =" 2.0.18" />
239- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.1 " />
239+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.1.0 " />
240240 <PackageReference Include =" PlatformSpellCheck" Version =" 1.1.0" />
241241 <PackageReference Include =" PluralizeService.Core" Version =" 1.2.21147.2" />
242242 </ItemGroup >
You can’t perform that action at this time.
0 commit comments