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 99 <ProduceReferenceAssemblyInOutDir >true</ProduceReferenceAssemblyInOutDir >
1010 <!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref -->
1111 <DisableTransitiveFrameworkReferenceDownloads >true</DisableTransitiveFrameworkReferenceDownloads >
12- <DotNetTargetFrameworkVersion >7 .0</DotNetTargetFrameworkVersion >
12+ <DotNetTargetFrameworkVersion >8 .0</DotNetTargetFrameworkVersion >
1313 <DotNetTargetFramework >net$(DotNetTargetFrameworkVersion)</DotNetTargetFramework >
1414 </PropertyGroup >
1515
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ parameters:
2424variables :
2525 RunningOnCI : true
2626 Build.Configuration : Release
27- DotNetCoreVersion : 7 .x
28- DotNetTargetFramework : net7 .0
27+ DotNetCoreVersion : 8 .x
28+ DotNetTargetFramework : net8 .0
2929 NetCoreTargetFrameworkPathSuffix : -$(DotNetTargetFramework)
3030 1ESWindowsPool : AzurePipelines-EO
3131 1ESWindowsImage : AzurePipelinesWindows2022compliant
You can’t perform that action at this time.
0 commit comments