File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
ICSharpCode.ILSpyX/MermaidDiagrammer/html/.vscode Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 "group" : " build" ,
1010 "type" : " shell" ,
1111 "command" : [
12- " $folder = '../../../ICSharpCode.ILSpyCmd/bin/Debug/net8 .0/';" , // to avoid repetition
12+ " $folder = '../../../ICSharpCode.ILSpyCmd/bin/Debug/net10 .0/';" , // to avoid repetition
1313 " $exePath = $folder + 'ilspycmd.exe';" ,
1414 " $assemblyPath = $folder + 'ICSharpCode.Decompiler.dll';" , // comes with XML docs for testing the integration
1515 " if (Test-Path $exePath) {" ,
Original file line number Diff line number Diff line change 7575 </ItemGroup >
7676
7777 <PropertyGroup >
78- <ILSpyBuildPathX64 >..\ILSpy\bin\$(Configuration)\net8 .0-windows\win-x64\publish\fwdependent\</ILSpyBuildPathX64 >
79- <ILSpyBuildPathArm64 >..\ILSpy\bin\$(Configuration)\net8 .0-windows\win-arm64\publish\fwdependent\</ILSpyBuildPathArm64 >
78+ <ILSpyBuildPathX64 >..\ILSpy\bin\$(Configuration)\net10 .0-windows\win-x64\publish\fwdependent\</ILSpyBuildPathX64 >
79+ <ILSpyBuildPathArm64 >..\ILSpy\bin\$(Configuration)\net10 .0-windows\win-arm64\publish\fwdependent\</ILSpyBuildPathArm64 >
8080 </PropertyGroup >
8181
8282 <Target Name =" IncludeILSpyDistributionInVSIXSubFolder" AfterTargets =" ResolveProjectReferences" >
Original file line number Diff line number Diff line change 8181 </ItemGroup >
8282
8383 <PropertyGroup >
84- <ILSpyBuildPath >..\ILSpy\bin\$(Configuration)\net8 .0-windows\win-x64\publish\fwdependent\</ILSpyBuildPath >
84+ <ILSpyBuildPath >..\ILSpy\bin\$(Configuration)\net10 .0-windows\win-x64\publish\fwdependent\</ILSpyBuildPath >
8585 </PropertyGroup >
8686
8787 <Target Name =" IncludeILSpyDistributionInVSIXSubFolder" AfterTargets =" ResolveProjectReferences" >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ static public void Main()
2525#else
2626 var buildPlatform = "x64" ;
2727#endif
28- var buildOutputDir = $@ "ILSpy\bin\{ buildConfiguration } \net8 .0-windows\win-{ buildPlatform } \publish\fwdependent";
28+ var buildOutputDir = $@ "ILSpy\bin\{ buildConfiguration } \net10 .0-windows\win-{ buildPlatform } \publish\fwdependent";
2929
3030 var project = new Project ( "ILSpy" ,
3131 new InstallDir ( @"%LocalAppData%\Programs\ILSpy" ,
Original file line number Diff line number Diff line change 11# For local development of the VSIX package - build and publish (VS2022 also needs arm64)
22
3- $output_x64 = " ./ILSpy/bin/Release/net8 .0-windows/win-x64/publish/fwdependent"
3+ $output_x64 = " ./ILSpy/bin/Release/net10 .0-windows/win-x64/publish/fwdependent"
44
55dotnet publish ./ ILSpy/ ILSpy.csproj - c Release -- no- restore -- no- self- contained - r win- x64 - o $output_x64
66dotnet publish ./ ILSpy.ReadyToRun/ ILSpy.ReadyToRun.csproj - c Release -- no- restore -- no- self- contained - r win- x64 - o $output_x64
77dotnet publish ./ ILSpy.BamlDecompiler/ ILSpy.BamlDecompiler.csproj - c Release -- no- restore -- no- self- contained - r win- x64 - o $output_x64
88
9- $output_arm64 = " ./ILSpy/bin/Release/net8 .0-windows/win-arm64/publish/fwdependent"
9+ $output_arm64 = " ./ILSpy/bin/Release/net10 .0-windows/win-arm64/publish/fwdependent"
1010
1111dotnet publish ./ ILSpy/ ILSpy.csproj - c Release -- no- restore -- no- self- contained - r win- arm64 - o $output_arm64
1212dotnet publish ./ ILSpy.ReadyToRun/ ILSpy.ReadyToRun.csproj - c Release -- no- restore -- no- self- contained - r win- arm64 - o $output_arm64
You can’t perform that action at this time.
0 commit comments