Skip to content

Commit b440904

Browse files
fixup update ref paths
1 parent b69c58f commit b440904

File tree

1 file changed

+3
-3
lines changed
  • ICSharpCode.Decompiler.Tests/Helpers

1 file changed

+3
-3
lines changed

ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)