Skip to content

Commit b3afffa

Browse files
Update to the stable 7.0.100 SDK (#78034)
Co-authored-by: Alexander Köplinger <[email protected]>
1 parent 5356857 commit b3afffa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sdk": {
3-
"version": "7.0.100-rc.1.22431.12",
3+
"version": "7.0.100",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77
"tools": {
8-
"dotnet": "7.0.100-rc.1.22431.12"
8+
"dotnet": "7.0.100"
99
},
1010
"msbuild-sdks": {
1111
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22554.2",

src/libraries/System.Formats.Cbor/tests/System.Formats.Cbor.Tests.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<TargetFrameworks>$(NetCoreAppCurrent);net48</TargetFrameworks>
44
<nullable>enable</nullable>
55
<!-- Referenced assembly 'FsCheck' does not have a strong name.-->
6-
<NoWarn>CS8002</NoWarn>
6+
<NoWarn>$(NoWarn);CS8002</NoWarn>
7+
<!-- FSharp.Core: Could not find embedded resource 'FSharpOptimizationCompressedData.FSharp.Core' to remove in assembly 'FSharp.Core'. See https://github.com/dotnet/fsharp/pull/14395 -->
8+
<NoWarn>$(NoWarn);IL2040</NoWarn>
79
</PropertyGroup>
810
<ItemGroup>
911
<Compile Include="$(CommonTestPath)System\Security\Cryptography\ByteUtils.cs">

0 commit comments

Comments
 (0)