-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/8.0.1xx] Update dependencies from dotnet/arcade (#7121)
[release/8.0.1xx] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.23426.1 to 1.0.0-beta.23509.1 (parent: Microsoft.DotNet.Arcade.Sdk) - Fix dotnet_diagnostic.xUnit2020.severity errors. - Fix dotnet_diagnostic.xUnit2013.severity errors. - Fix dotnet_diagnostic.xUnit1031.severity errors. - Merge branch 'release/8.0.1xx' into darc-release/8.0.1xx-539d509e-f9a1-42a6-8c50-e5594f1ebea4 # Conflicts: # .editorconfig
- Loading branch information
1 parent
9b57714
commit f7241c9
Showing
11 changed files
with
67 additions
and
19 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
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,13 +1,13 @@ | ||
{ | ||
"tools": { | ||
"dotnet": "8.0.100-rc.1.23455.8", | ||
"dotnet": "8.0.100-rtm.23506.1", | ||
"runtimes": { | ||
"dotnet": [ | ||
"$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)" | ||
] | ||
} | ||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23510.4" | ||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23516.5" | ||
} | ||
} |