File tree 8 files changed +632
-594
lines changed
Servers/HttpSys/perf/Microbenchmarks
SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension 8 files changed +632
-594
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ and are generated based on the last package release.
143
143
<LatestPackageReference Include =" Microsoft.AspNetCore.AzureAppServices.SiteExtension.6.0.x86" />
144
144
<LatestPackageReference Include =" Microsoft.AspNetCore.AzureAppServices.SiteExtension.7.0.x64" />
145
145
<LatestPackageReference Include =" Microsoft.AspNetCore.AzureAppServices.SiteExtension.7.0.x86" />
146
+ <LatestPackageReference Include =" Microsoft.AspNetCore.AzureAppServices.SiteExtension.8.0.x64" />
147
+ <LatestPackageReference Include =" Microsoft.AspNetCore.AzureAppServices.SiteExtension.8.0.x86" />
146
148
<LatestPackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Runtime" />
147
149
<LatestPackageReference Include =" Microsoft.Internal.Runtime.AspNetCore.Transport" />
148
150
<LatestPackageReference Include =" Microsoft.Bcl.AsyncInterfaces" />
Original file line number Diff line number Diff line change 277
277
<MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version >5.0.17-servicing-22215-7</MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version >
278
278
<MicrosoftAspNetCoreAzureAppServicesSiteExtension50x64Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension50x64Version >
279
279
<MicrosoftAspNetCoreAzureAppServicesSiteExtension50x86Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension50x86Version >
280
- <MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version >6.0.22 -servicing-23424 -15</MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version >
280
+ <MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version >6.0.25 -servicing-23523 -15</MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version >
281
281
<MicrosoftAspNetCoreAzureAppServicesSiteExtension60x64Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension60x64Version >
282
282
<MicrosoftAspNetCoreAzureAppServicesSiteExtension60x86Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension60x86Version >
283
- <MicrosoftAspNetCoreAzureAppServicesSiteExtension70Version >7.0.11 -servicing-23425-2 </MicrosoftAspNetCoreAzureAppServicesSiteExtension70Version >
283
+ <MicrosoftAspNetCoreAzureAppServicesSiteExtension70Version >7.0.14 -servicing-23523-16 </MicrosoftAspNetCoreAzureAppServicesSiteExtension70Version >
284
284
<MicrosoftAspNetCoreAzureAppServicesSiteExtension70x64Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension70Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension70x64Version >
285
285
<MicrosoftAspNetCoreAzureAppServicesSiteExtension70x86Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension70Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension70x86Version >
286
+ <MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version >8.0.0-rtm-23531-12</MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version >
287
+ <MicrosoftAspNetCoreAzureAppServicesSiteExtension80x64Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension80x64Version >
288
+ <MicrosoftAspNetCoreAzureAppServicesSiteExtension80x86Version >$(MicrosoftAspNetCoreAzureAppServicesSiteExtension80Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension80x86Version >
286
289
<!-- 3rd party dependencies -->
287
290
<AzureIdentityVersion >1.10.2</AzureIdentityVersion >
288
291
<AngleSharpVersion >0.9.9</AngleSharpVersion >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net8.0 </TargetFrameworks >
3
+ <TargetFrameworks >$(DefaultNetCoreTargetFramework) </TargetFrameworks >
4
4
<TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >$(TargetFrameworks);net472</TargetFrameworks >
5
5
<DefineConstants Condition =" '$(TargetFramework)' == 'net472'" >$(DefineConstants);BUILD_MSI_TASKS</DefineConstants >
6
6
<Optimize >false</Optimize >
22
22
<PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" $(MicrosoftExtensionsDependencyModelVersion)" />
23
23
</ItemGroup >
24
24
25
- <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0 '" >
25
+ <ItemGroup Condition =" '$(TargetFramework)' == '$(DefaultNetCoreTargetFramework) '" >
26
26
<PackageReference Include =" Microsoft.Build.Framework" Version =" $(MicrosoftBuildFrameworkVersion)" />
27
27
<PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(MicrosoftBuildTasksCoreVersion)" />
28
28
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" $(MicrosoftBuildUtilitiesCoreVersion)" />
Original file line number Diff line number Diff line change 1
1
<Project>
2
2
<PropertyGroup>
3
- <_RepoTaskAssemblyFolder Condition="'$(MSBuildRuntimeType)' == 'core'">net8.0 </_RepoTaskAssemblyFolder>
3
+ <_RepoTaskAssemblyFolder Condition="'$(MSBuildRuntimeType)' == 'core'">$(DefaultNetCoreTargetFramework) </_RepoTaskAssemblyFolder>
4
4
<_RepoTaskAssemblyFolder Condition="'$(MSBuildRuntimeType)' != 'core'">net472</_RepoTaskAssemblyFolder>
5
5
<_RepoTaskAssembly>$(ArtifactsBinDir)RepoTasks\Release\$(_RepoTaskAssemblyFolder)\RepoTasks.dll</_RepoTaskAssembly>
6
6
</PropertyGroup>
Original file line number Diff line number Diff line change 7
7
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8
8
<TieredCompilation >false</TieredCompilation >
9
9
<DefineConstants >$(DefineConstants);IS_BENCHMARKS</DefineConstants >
10
- <!-- Skip microbenchmarks until we get a net9.0 SDK: https://github.com/dotnet/aspnetcore/issues/50662 -->
11
- <SkipMicrobenchmarksValidation >true</SkipMicrobenchmarksValidation >
12
10
</PropertyGroup >
13
11
14
12
<ItemGroup >
Original file line number Diff line number Diff line change 38
38
<Reference Include =" Microsoft.AspNetCore.AzureAppServices.SiteExtension.6.0.x86" PrivateAssets =" All" />
39
39
<Reference Include =" Microsoft.AspNetCore.AzureAppServices.SiteExtension.7.0.x64" PrivateAssets =" All" />
40
40
<Reference Include =" Microsoft.AspNetCore.AzureAppServices.SiteExtension.7.0.x86" PrivateAssets =" All" />
41
+ <Reference Include =" Microsoft.AspNetCore.AzureAppServices.SiteExtension.8.0.x64" PrivateAssets =" All" />
42
+ <Reference Include =" Microsoft.AspNetCore.AzureAppServices.SiteExtension.8.0.x86" PrivateAssets =" All" />
41
43
<!--
42
44
Bundle the just-built LB.csproj package content into this one the easy way. See
43
45
UpdateLatestPackageReferences for the hard way.
You can’t perform that action at this time.
0 commit comments