File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ICSharpCode.Decompiler.Tests/Helpers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -276,8 +276,8 @@ private static string ReplacePrivImplDetails(string il)
276276 }
277277
278278 static readonly string coreRefAsmPath = new DotNetCorePathFinder ( TargetFrameworkIdentifier . NET ,
279- new Version ( 8 , 0 ) , "Microsoft.NETCore.App" )
280- . GetReferenceAssemblyPath ( ".NETCoreApp,Version=v8 .0" ) ;
279+ new Version ( 10 , 0 ) , "Microsoft.NETCore.App" )
280+ . GetReferenceAssemblyPath ( ".NETCoreApp,Version=v10 .0" ) ;
281281
282282 public static readonly string RefAsmPath = Path . Combine ( Environment . GetFolderPath ( Environment . SpecialFolder . ProgramFilesX86 ) ,
283283 @"Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2" ) ;
@@ -315,7 +315,7 @@ private static string ReplacePrivImplDetails(string il)
315315
316316 const string targetFrameworkAttributeSnippet = @"
317317
318- [assembly: System.Runtime.Versioning.TargetFramework("".NETCoreApp,Version=v8 .0"", FrameworkDisplayName = """")]
318+ [assembly: System.Runtime.Versioning.TargetFramework("".NETCoreApp,Version=v10 .0"", FrameworkDisplayName = """")]
319319
320320" ;
321321
You can’t perform that action at this time.
0 commit comments