File tree 13 files changed +44
-23
lines changed
Components/WebAssembly/testassets/WasmLinkerTest
Servers/IIS/IIS/test/IIS.Tests
SignalR/server/StackExchangeRedis/src 13 files changed +44
-23
lines changed Original file line number Diff line number Diff line change 302
302
<Uri >https://github.com/dotnet/runtime</Uri >
303
303
<Sha >5da4a9e919dcee35f831ab69b6e475baaf798875</Sha >
304
304
</Dependency >
305
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.22630.1 " >
305
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23055.3 " >
306
306
<Uri >https://github.com/dotnet/arcade</Uri >
307
- <Sha >e82404fca08383513e0b0b3c5308d4a9b18b7c7a </Sha >
307
+ <Sha >7502a87ca569989008d3acef120b614604b6805f </Sha >
308
308
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
309
309
</Dependency >
310
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 8.0.0-beta.22630.1 " >
310
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 8.0.0-beta.23055.3 " >
311
311
<Uri >https://github.com/dotnet/arcade</Uri >
312
- <Sha >e82404fca08383513e0b0b3c5308d4a9b18b7c7a </Sha >
312
+ <Sha >7502a87ca569989008d3acef120b614604b6805f </Sha >
313
313
</Dependency >
314
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 8.0.0-beta.22630.1 " >
314
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 8.0.0-beta.23055.3 " >
315
315
<Uri >https://github.com/dotnet/arcade</Uri >
316
- <Sha >e82404fca08383513e0b0b3c5308d4a9b18b7c7a </Sha >
316
+ <Sha >7502a87ca569989008d3acef120b614604b6805f </Sha >
317
317
</Dependency >
318
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.22630.1 " >
318
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.23055.3 " >
319
319
<Uri >https://github.com/dotnet/arcade</Uri >
320
- <Sha >e82404fca08383513e0b0b3c5308d4a9b18b7c7a </Sha >
320
+ <Sha >7502a87ca569989008d3acef120b614604b6805f </Sha >
321
321
</Dependency >
322
322
</ToolsetDependencies >
323
323
</Dependencies >
Original file line number Diff line number Diff line change 135
135
<MicrosoftEntityFrameworkCoreVersion >8.0.0-alpha.1.23059.4</MicrosoftEntityFrameworkCoreVersion >
136
136
<MicrosoftEntityFrameworkCoreDesignVersion >8.0.0-alpha.1.23059.4</MicrosoftEntityFrameworkCoreDesignVersion >
137
137
<!-- Packages from dotnet/arcade -->
138
- <MicrosoftDotNetBuildTasksInstallersVersion >8.0.0-beta.22630.1 </MicrosoftDotNetBuildTasksInstallersVersion >
139
- <MicrosoftDotNetBuildTasksTemplatingVersion >8.0.0-beta.22630.1 </MicrosoftDotNetBuildTasksTemplatingVersion >
138
+ <MicrosoftDotNetBuildTasksInstallersVersion >8.0.0-beta.23055.3 </MicrosoftDotNetBuildTasksInstallersVersion >
139
+ <MicrosoftDotNetBuildTasksTemplatingVersion >8.0.0-beta.23055.3 </MicrosoftDotNetBuildTasksTemplatingVersion >
140
140
<!-- Packages from dotnet/source-build-externals -->
141
141
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion >8.0.0-alpha.1.23055.2</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion >
142
142
<!-- Packages from dotnet/xdt -->
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
runAsPublic : false
3
- sourceIndexPackageVersion : 1.0.1-20220804.1
3
+ sourceIndexPackageVersion : 1.0.1-20221220.2
4
4
sourceIndexPackageSource : https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
5
5
sourceIndexBuildCommand : powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
6
6
preSteps : []
@@ -40,10 +40,10 @@ jobs:
40
40
- ${{ preStep }}
41
41
42
42
- task : UseDotNet@2
43
- displayName : Use .NET Core sdk 3.1
43
+ displayName : Use .NET Core SDK 6
44
44
inputs :
45
45
packageType : sdk
46
- version : 3.1 .x
46
+ version : 6.0 .x
47
47
installationPath : $(Agent.TempDirectory)/dotnet
48
48
workingDirectory : $(Agent.TempDirectory)
49
49
Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ function InitializeBuildTool() {
581
581
ExitWithExitCode 1
582
582
}
583
583
$dotnetPath = Join-Path $dotnetRoot (GetExecutableFileName ' dotnet' )
584
- $buildTool = @ { Path = $dotnetPath ; Command = ' msbuild' ; Tool = ' dotnet' ; Framework = ' net7 .0' }
584
+ $buildTool = @ { Path = $dotnetPath ; Command = ' msbuild' ; Tool = ' dotnet' ; Framework = ' net8 .0' }
585
585
} elseif ($msbuildEngine -eq " vs" ) {
586
586
try {
587
587
$msbuildPath = InitializeVisualStudioMSBuild - install:$restore
@@ -743,6 +743,8 @@ function MSBuild() {
743
743
(Join-Path $basePath (Join-Path netcoreapp2.1 ' Microsoft.DotNet.Arcade.Sdk.dll' ))
744
744
(Join-Path $basePath (Join-Path netcoreapp3.1 ' Microsoft.DotNet.ArcadeLogging.dll' )),
745
745
(Join-Path $basePath (Join-Path netcoreapp3.1 ' Microsoft.DotNet.Arcade.Sdk.dll' ))
746
+ (Join-Path $basePath (Join-Path net7.0 ' Microsoft.DotNet.ArcadeLogging.dll' )),
747
+ (Join-Path $basePath (Join-Path net7.0 ' Microsoft.DotNet.Arcade.Sdk.dll' ))
746
748
)
747
749
$selectedPath = $null
748
750
foreach ($path in $possiblePaths ) {
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ function InitializeBuildTool {
312
312
# return values
313
313
_InitializeBuildTool=" $_InitializeDotNetCli /dotnet"
314
314
_InitializeBuildToolCommand=" msbuild"
315
- _InitializeBuildToolFramework=" net7 .0"
315
+ _InitializeBuildToolFramework=" net8 .0"
316
316
}
317
317
318
318
# Set RestoreNoCache as a workaround for https://github.com/NuGet/Home/issues/3116
@@ -428,6 +428,8 @@ function MSBuild {
428
428
possiblePaths+=( " $toolset_dir /netcoreapp2.1/Microsoft.DotNet.Arcade.Sdk.dll" )
429
429
possiblePaths+=( " $toolset_dir /netcoreapp3.1/Microsoft.DotNet.ArcadeLogging.dll" )
430
430
possiblePaths+=( " $toolset_dir /netcoreapp3.1/Microsoft.DotNet.Arcade.Sdk.dll" )
431
+ possiblePaths+=( " $toolset_dir /net7.0/Microsoft.DotNet.ArcadeLogging.dll" )
432
+ possiblePaths+=( " $toolset_dir /net7.0/Microsoft.DotNet.Arcade.Sdk.dll" )
431
433
for path in " ${possiblePaths[@]} " ; do
432
434
if [[ -f $path ]]; then
433
435
selectedPath=$path
Original file line number Diff line number Diff line change 121
121
<Warning Text="Requested Microsoft.AspNetCore.App v${MicrosoftAspNetCoreAppRuntimeVersion} does not exist."
122
122
Condition=" !EXISTS('$(_DotNetRoot)shared\Microsoft.AspNetCore.App\${MicrosoftAspNetCoreAppRuntimeVersion}') " />
123
123
</Target>
124
+
125
+ <!--
126
+ Make a netstandard2.1 copy of the .net ILLinkPack to work around a trimming issue.
127
+ See https://github.com/dotnet/linker/issues/3175
128
+ -->
129
+ <Target Name="_FixKnownILLinkPack"
130
+ BeforeTargets="ProcessFrameworkReferences">
131
+ <ItemGroup>
132
+ <KnownILLinkPack Include="@(KnownILLinkPack)"
133
+ Condition="'%(TargetFramework)' == '${DefaultNetCoreTargetFramework}'"
134
+ TargetFramework="netstandard2.1"
135
+ ILLinkPackVersion="%(KnownILLinkPack.ILLinkPackVersion)" />
136
+ </ItemGroup>
137
+ </Target>
124
138
</Project>
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net7.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 >
19
19
<PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" $(MicrosoftExtensionsDependencyModelVersion)" />
20
20
</ItemGroup >
21
21
22
- <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0 '" >
22
+ <ItemGroup Condition =" '$(TargetFramework)' == '$(DefaultNetCoreTargetFramework) '" >
23
23
<PackageReference Include =" Microsoft.Build.Framework" Version =" $(MicrosoftBuildFrameworkVersion)" />
24
24
<PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(MicrosoftBuildTasksCoreVersion)" />
25
25
<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'">net7.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 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.100-alpha.1.22531 .1"
3
+ "version" : " 8.0.100-alpha.1.23055 .1"
4
4
},
5
5
"tools" : {
6
- "dotnet" : " 8.0.100-alpha.1.22531 .1" ,
6
+ "dotnet" : " 8.0.100-alpha.1.23055 .1" ,
7
7
"runtimes" : {
8
8
"dotnet/x86" : [
9
9
" $(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
27
27
},
28
28
"msbuild-sdks" : {
29
29
"Yarn.MSBuild" : " 1.22.10" ,
30
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.22630.1 " ,
31
- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.22630.1 "
30
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23055.3 " ,
31
+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23055.3 "
32
32
}
33
33
}
Original file line number Diff line number Diff line change 5
5
<SelfContained >true</SelfContained >
6
6
<UseMonoRuntime >true</UseMonoRuntime >
7
7
<UsingMicrosoftNETSdkBlazorWebAssembly >true</UsingMicrosoftNETSdkBlazorWebAssembly >
8
+ <PublishTrimmed >true</PublishTrimmed >
8
9
</PropertyGroup >
9
10
<ItemGroup >
10
11
<Reference Include =" Microsoft.AspNetCore.Metadata" />
Original file line number Diff line number Diff line change 6
6
<TargetFramework >$(DefaultNetCoreTargetFramework)</TargetFramework >
7
7
<InProcessTestSite >true</InProcessTestSite >
8
8
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
9
+ <NoWarn >$(NoWarn);CA2200</NoWarn >
9
10
</PropertyGroup >
10
11
11
12
<Import Project =" ../FunctionalTest.props" />
Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ private async Task SubscribeToConnection(HubConnectionContext connection)
593
593
}
594
594
catch ( Exception ex )
595
595
{
596
- RedisLog . ErrorForwardingResult ( _logger , completionMessage . InvocationId , ex ) ;
596
+ RedisLog . ErrorForwardingResult ( _logger , completionMessage . InvocationId ! , ex ) ;
597
597
}
598
598
} ) ) ;
599
599
Original file line number Diff line number Diff line change 3
3
<TargetFramework >$(DefaultNetCoreTargetFramework)</TargetFramework >
4
4
<IsPackable >false</IsPackable >
5
5
<OutputType >Exe</OutputType >
6
+ <PublishTrimmed >true</PublishTrimmed >
6
7
</PropertyGroup >
7
8
8
9
<Import Project =" $(RepoRoot)eng\TrimmableProjects.props" />
You can’t perform that action at this time.
0 commit comments