-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies from https://github.com/dotnet/arcade build 20231…
…018.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SignTool From Version 8.0.0-beta.23174.1 -> To Version 9.0.0-beta.23518.2
- Loading branch information
1 parent
54cf363
commit 0514a04
Showing
12 changed files
with
70 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!-- Copyright (c) Microsoft Corporation. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> | ||
<Dependencies> | ||
<ToolsetDependencies> | ||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23510.4"> | ||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23518.2"> | ||
<Uri>https://github.com/dotnet/arcade</Uri> | ||
<Sha>0e89c8d7ddbb54510d9d0a757fda5126021b79f0</Sha> | ||
<Sha>6a5ca678aef84f34a1fccc46f76623f41da56553</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.23510.4"> | ||
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.23518.2"> | ||
<Uri>https://github.com/dotnet/arcade</Uri> | ||
<Sha>0e89c8d7ddbb54510d9d0a757fda5126021b79f0</Sha> | ||
<Sha>6a5ca678aef84f34a1fccc46f76623f41da56553</Sha> | ||
</Dependency> | ||
</ToolsetDependencies> | ||
</Dependencies> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!-- Copyright (c) Microsoft Corporation. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> | ||
<Project> | ||
<PropertyGroup> | ||
<MicrosoftDotNetSignToolVersion>9.0.0-beta.23510.4</MicrosoftDotNetSignToolVersion> | ||
<MicrosoftDotNetSignToolVersion>9.0.0-beta.23518.2</MicrosoftDotNetSignToolVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so | ||
--- a/usr/lib64/libc.so 2016-12-30 23:00:08.284951863 +0900 | ||
+++ b/usr/lib64/libc.so 2016-12-30 23:00:32.140951815 +0900 | ||
@@ -2,4 +2,4 @@ | ||
Use the shared library, but some functions are only in | ||
the static library, so try that secondarily. */ | ||
OUTPUT_FORMAT(elf64-littleriscv) | ||
-GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64/ld-linux-riscv64-lp64d.so.1 ) ) | ||
+GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-riscv64-lp64d.so.1 ) ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"__comment__": "This .NET global.json file is required to be in this location by the Arcade SDK and is otherwise unused. If it isn't present, attempting to auto-update the Arcade SDK throws errors.", | ||
"tools": { | ||
"dotnet": "8.0.100-rc.1.23455.8" | ||
"dotnet": "8.0.100-rtm.23506.1" | ||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23510.4" | ||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23518.2" | ||
} | ||
} |