-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Arcade 5.0 and .NET 5.0 (#5836)
Co-authored-by: Rainer Sigwald <[email protected]> Now on dotnet 5.0.102 Removed OsEnvironment in favor of IsOSPlatform intrinsic function Nowarn on SYSLIB0011 Update various build scripts with net5.0 path Use IsTargetFrameworkCompatible in various locations to simplify checks.
- Loading branch information
1 parent
7814dc4
commit f98579d
Showing
113 changed files
with
5,618 additions
and
2,478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Dependencies> | ||
<ToolsetDependencies> | ||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20580.3"> | ||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20621.10"> | ||
<Uri>https://github.com/dotnet/arcade</Uri> | ||
<Sha>7ee8c2b620e66b3762d7a5a688dee8238770c86a</Sha> | ||
<Sha>6813f5aa511a7a4498fa217a54219b5704a01f83</Sha> | ||
</Dependency> | ||
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7016"> | ||
<Uri>https://github.com/NuGet/NuGet.Client</Uri> | ||
<Sha>719f110bf31709b7f8bdf1ab74024450936d866c</Sha> | ||
</Dependency> | ||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version=""> | ||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-2.20574.26"> | ||
<Uri>https://github.com/dotnet/roslyn</Uri> | ||
<Sha /> | ||
<Sha>e9fd4dc7d74932c0d4b042251bc5a88bb5b3c437</Sha> | ||
</Dependency> | ||
</ToolsetDependencies> | ||
</Dependencies> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.