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

github.com/dotnet/runtime.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-07-11 19:59:32 +0300
committerGitHub <noreply@github.com>2022-07-11 19:59:32 +0300
commit3ac16299ebe42e4805b86d5f27fb7469ae3357fb (patch)
treeac2ef4d643a3d100f86e4d6f337a09c0fd895a4c /global.json
parente2c537c8583cbe578422a7866e2c67c3d605bd81 (diff)
[main] Update dependencies from dotnet/runtime dotnet/runtime-assets dotnet/roslyn-analyzers (#71938)
* Update dependencies from https://github.com/dotnet/runtime build 20220708.7 Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Text.Json From Version 7.0.0-preview.6.22354.1 -> To Version 7.0.0-preview.7.22358.7 * Update dependencies from https://github.com/dotnet/runtime-assets build 20220711.1 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 7.0.0-beta.22357.1 -> To Version 7.0.0-beta.22361.1 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20220711.3 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22329.1 -> To Version 7.0.0-preview1.22361.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Diffstat (limited to 'global.json')
-rw-r--r--global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json
index 96233405157..ca4e4a8e161 100644
--- a/global.json
+++ b/global.json
@@ -13,6 +13,6 @@
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22358.3",
"Microsoft.Build.NoTargets": "3.5.0",
"Microsoft.Build.Traversal": "3.1.6",
- "Microsoft.NET.Sdk.IL": "7.0.0-preview.6.22354.1"
+ "Microsoft.NET.Sdk.IL": "7.0.0-preview.7.22358.7"
}
}