Skip to content

Commit 87070ed

Browse files
Update .NET SDK to 10.0.100-alpha.1.25067.4 (#59853)
* Update .NET SDK Update .NET SDK to version 10.0.100-alpha.1.25063.8. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Suppress CP1002 temporarily via NoWarn The NoWarn can be removed when dotnet/sdk#46059 got merged and consumed with a new .NET SDK. * Remove NoWarns completely * Update SDK and dotnet tool versions * Update SDK and tools version in global.json * NoWarn CP1002 for MessagePack project --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Viktor Hofer <[email protected]>
1 parent dd9550a commit 87070ed

File tree

10 files changed

+5
-87
lines changed

10 files changed

+5
-87
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-alpha.1.25056.1"
3+
"version": "10.0.100-alpha.1.25067.4"
44
},
55
"tools": {
6-
"dotnet": "10.0.100-alpha.1.25056.1",
6+
"dotnet": "10.0.100-alpha.1.25067.4",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"

src/Caching/SqlServer/src/CompatibilitySuppressions.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/DataProtection/DataProtection/src/CompatibilitySuppressions.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/DataProtection/Extensions/src/CompatibilitySuppressions.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/DataProtection/StackExchangeRedis/src/CompatibilitySuppressions.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/Features/JsonPatch/src/CompatibilitySuppressions.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/FileProviders/Embedded/src/CompatibilitySuppressions.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3-
<Suppression>
4-
<DiagnosticId>CP1002</DiagnosticId>
5-
<Target>SMDiagnostics.dll</Target>
6-
</Suppression>
7-
<Suppression>
8-
<DiagnosticId>CP1002</DiagnosticId>
9-
<Target>System.ServiceModel.Internals.dll</Target>
10-
</Suppression>
113
<Suppression>
124
<DiagnosticId>CP1003</DiagnosticId>
135
<Target>lib/net7.0/Microsoft.Extensions.FileProviders.Embedded.dll</Target>

src/SignalR/common/Protocols.MessagePack/src/CompatibilitySuppressions.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/SignalR/common/Protocols.MessagePack/src/Microsoft.AspNetCore.SignalR.Protocols.MessagePack.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<RootNamespace>Microsoft.AspNetCore.SignalR</RootNamespace>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<Nullable>enable</Nullable>
9+
<!-- Avoid a warning that is emitted by APICompat when it can't find Microsoft.NET.StringTools.dll
10+
which is a dependency of MessagePack.dll but is excluded from "compile" in the package's nuspec. -->
11+
<NoWarn>$(NoWarn);CP1002</NoWarn>
912
</PropertyGroup>
1013

1114
<ItemGroup>

src/SignalR/common/Protocols.NewtonsoftJson/src/CompatibilitySuppressions.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)