forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[main] Update dependencies from dotnet/arcade (dotnet#14384)
* Update dependencies from https://github.com/dotnet/arcade build 20221122.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.22554.2 -> To Version 8.0.0-beta.22572.5 * Update dependencies from https://github.com/dotnet/arcade build 20221124.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.22554.2 -> To Version 8.0.0-beta.22574.1 * Update dependencies from https://github.com/dotnet/arcade build 20221125.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.22554.2 -> To Version 8.0.0-beta.22575.1 * Update global.json * Remove a test This test is failing in CI for some reason. But we don't really care about what it tests anyway - having private values in signature files, in which there's really no point * Update dependencies from https://github.com/dotnet/arcade build 20221128.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 8.0.0-beta.22554.2 -> To Version 8.0.0-beta.22578.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com> Co-authored-by: 0101 <0101@innit.cz>
- Loading branch information
1 parent
71b6329
commit 6df0bab
Showing
10 changed files
with
23 additions
and
40 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
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,24 +1,24 @@ | ||
{ | ||
"sdk": { | ||
"version": "7.0.100-rc.2.22477.23", | ||
"version": "7.0.100", | ||
"allowPrerelease": true, | ||
"rollForward": "latestPatch" | ||
}, | ||
"tools": { | ||
"dotnet": "7.0.100-rc.2.22477.23", | ||
"dotnet": "7.0.100", | ||
"vs": { | ||
"version": "17.2", | ||
"components": [ | ||
"Microsoft.VisualStudio.Component.FSharp" | ||
] | ||
}, | ||
"xcopy-msbuild": "17.3.1" | ||
"xcopy-msbuild": "17.4.1" | ||
}, | ||
"native-tools": { | ||
"perl": "5.32.1.1" | ||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22554.2", | ||
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22554.2" | ||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22578.1", | ||
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22578.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