Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2022-10-21 00:16:20 +0300
committerGitHub <noreply@github.com>2022-10-21 00:16:20 +0300
commitafca4df835e7114dbb8b5ae55c9db3fab15f1e6b (patch)
tree3828f1700cd25d583630b0ae399415af6f1aa52b
parent7c6f76213751a0c4a8013ba1d950d38dfba1e13c (diff)
Update dependencies from https://github.com/dotnet/arcade build 20221013.2 (#44)
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22512.1 -> To Version 8.0.0-beta.22513.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--global.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 3479284..86b4788 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22512.1">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22513.2">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>508fe921a748de6efc8b5d979e17beb88ccf5bcf</Sha>
+ <Sha>32f13f8a8af8085ca09fbf93513ac848582c4a41</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>
diff --git a/global.json b/global.json
index 238370f..4cd51f7 100644
--- a/global.json
+++ b/global.json
@@ -3,6 +3,6 @@
"dotnet": "7.0.100-rc.1.22431.12"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22512.1"
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22513.2"
}
}