Skip to content

Commit dd78b44

Browse files
dougbucaptainsafia
andauthored
Update .NET SDK to 6.0.100-rc.2.21424.34 (#35691)
* Update .NET SDK to `6.0.100-rc.2.21424.34` * Add workaround for netstandard builds * Suppress CS8969 error * Apply suggestions from code review Co-authored-by: Safia Abdalla <[email protected]>
1 parent 52de4ad commit dd78b44

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

eng/Workarounds.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<UseSharedCompilation>true</UseSharedCompilation>
2626
</PropertyGroup>
2727

28+
<!-- Workaround continued use of netcoreapp2.1. -->
29+
<PropertyGroup>
30+
<NoWarn>$(NoWarn);NETSDK1138;CS8969</NoWarn>
31+
</PropertyGroup>
32+
2833
<PropertyGroup>
2934
<!-- Ignore warning about calling the Pack target on Web SDK projects. Our build scripts call /t:pack on everything in this repo. -->
3035
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>

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": "6.0.100-rc.1.21415.3"
3+
"version": "6.0.100-rc.2.21424.34"
44
},
55
"tools": {
6-
"dotnet": "6.0.100-rc.1.21415.3",
6+
"dotnet": "6.0.100-rc.2.21424.34",
77
"runtimes": {
88
"dotnet/x64": [
99
"2.1.27",

0 commit comments

Comments
 (0)