Skip to content

Commit

Permalink
Update to .net 8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Nov 25, 2023
1 parent c367681 commit 2ba6335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Setup Script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ Filename: "schtasks"; Parameters: "/DELETE /F /TN ""Outlook on the Desktop"""; F

[Code]
const
dotnetRuntimex64DesktopUrl = 'https://download.visualstudio.microsoft.com/download/pr/9c540179-a75c-4418-94fd-3bfe580e4251/6560fb0d71bf6434a4fe17b5cfa00a45/windowsdesktop-runtime-8.0.0-rc.2.23479.10-win-x64.exe';
dotnetRuntimex86DesktopUrl = 'https://download.visualstudio.microsoft.com/download/pr/c2d2d578-40f2-4055-bf2f-77aec390e710/5dd9089e2fc23e7e87e8a691489cf617/windowsdesktop-runtime-8.0.0-rc.2.23479.10-win-x86.exe';
dotnetRuntimex64DesktopFilename = 'windowsdesktop-runtime-8.0.0-rc.2.23479.10-win-x64.exe';
dotnetRuntimex86DesktopFilename = 'windowsdesktop-runtime-8.0.0-rc.2.23479.10-win-x86.exe';
dotnetRuntimex64DesktopUrl = 'https://download.visualstudio.microsoft.com/download/pr/b280d97f-25a9-4ab7-8a12-8291aa3af117/a37ed0e68f51fcd973e9f6cb4f40b1a7/windowsdesktop-runtime-8.0.0-win-x64.exe';
dotnetRuntimex86DesktopUrl = 'https://download.visualstudio.microsoft.com/download/pr/f9e3b581-059d-429f-9f0d-1d1167ff7e32/bd7661030cd5d66cd3eee0fd20b24540/windowsdesktop-runtime-8.0.0-win-x86.exe';
dotnetRuntimex64DesktopFilename = 'windowsdesktop-runtime-8.0.0-win-x64.exe';
dotnetRuntimex86DesktopFilename = 'windowsdesktop-runtime-8.0.0-win-x86.exe';
procedure InitializeWizard;
begin
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '8.0.100-rc.2.23502.2'
version: '8.0.100'
includePreviewVersions: true

- task: DotNetCoreCLI@2
Expand Down

0 comments on commit 2ba6335

Please sign in to comment.