Skip to content

Commit

Permalink
Update .NET SDK to 6.0.100-rc.2.21424.34 (dotnet#35691)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dougbu and captainsafia authored Aug 25, 2021
1 parent 52de4ad commit dd78b44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions eng/Workarounds.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<UseSharedCompilation>true</UseSharedCompilation>
</PropertyGroup>

<!-- Workaround continued use of netcoreapp2.1. -->
<PropertyGroup>
<NoWarn>$(NoWarn);NETSDK1138;CS8969</NoWarn>
</PropertyGroup>

<PropertyGroup>
<!-- Ignore warning about calling the Pack target on Web SDK projects. Our build scripts call /t:pack on everything in this repo. -->
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "6.0.100-rc.1.21415.3"
"version": "6.0.100-rc.2.21424.34"
},
"tools": {
"dotnet": "6.0.100-rc.1.21415.3",
"dotnet": "6.0.100-rc.2.21424.34",
"runtimes": {
"dotnet/x64": [
"2.1.27",
Expand Down

0 comments on commit dd78b44

Please sign in to comment.