File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
<ProduceReferenceAssemblyInOutDir >true</ProduceReferenceAssemblyInOutDir >
10
10
<!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref -->
11
11
<DisableTransitiveFrameworkReferenceDownloads >true</DisableTransitiveFrameworkReferenceDownloads >
12
- <DotNetTargetFrameworkVersion >7 .0</DotNetTargetFrameworkVersion >
12
+ <DotNetTargetFrameworkVersion >8 .0</DotNetTargetFrameworkVersion >
13
13
<DotNetTargetFramework >net$(DotNetTargetFrameworkVersion)</DotNetTargetFramework >
14
14
</PropertyGroup >
15
15
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ parameters:
24
24
variables :
25
25
RunningOnCI : true
26
26
Build.Configuration : Release
27
- DotNetCoreVersion : 7 .x
28
- DotNetTargetFramework : net7 .0
27
+ DotNetCoreVersion : 8 .x
28
+ DotNetTargetFramework : net8 .0
29
29
NetCoreTargetFrameworkPathSuffix : -$(DotNetTargetFramework)
30
30
1ESWindowsPool : AzurePipelines-EO
31
31
1ESWindowsImage : AzurePipelinesWindows2022compliant
You can’t perform that action at this time.
0 commit comments