-
Notifications
You must be signed in to change notification settings - Fork 41
Update SDK to 3.0 Preview 1 #881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
PRI: 2 - Preferred
Preferably should be handled during the milestone.
Milestone
Comments
Blocked on dotnet/sdk#2867 |
natemcmaster
added a commit
that referenced
this issue
Feb 19, 2019
…e tasks and targets (#935) Part of dotnet/aspnetcore#7005. Resolves #881 Due to the large amount of breaking changes between MSBuild 15 and 16 (VS 2017 and VS 2019), I've decided to remove tasks broken by the upgrade instead of port them to a higher version. Changes: * Remove tasks related to dependency flow (replaced by Arcade) * Remove tasks which push and pack NuGet packages (replaced by Azure Pipelines and pack tasks in Microsoft.NET.Sdk) * Remove tasks for enabling/disabling strong name verification in .NET Framework (this was added as a workaround for bad builds from corefx which haven't happened in a long time) * Remove tasks related to running KoreBuild inside a Docker container (replaced by the `dockerbuild.sh` script in aspnet/AspNetCore`) * Remove unzip/zip tasks - there is now a version built-in to MSBuild itself which should be used instead
DotDeveloper95
added a commit
to DotDeveloper95/BuildTools
that referenced
this issue
Sep 4, 2023
…e tasks and targets (#935) Part of dotnet/aspnetcore#7005. Resolves aspnet/BuildTools#881 Due to the large amount of breaking changes between MSBuild 15 and 16 (VS 2017 and VS 2019), I've decided to remove tasks broken by the upgrade instead of port them to a higher version. Changes: * Remove tasks related to dependency flow (replaced by Arcade) * Remove tasks which push and pack NuGet packages (replaced by Azure Pipelines and pack tasks in Microsoft.NET.Sdk) * Remove tasks for enabling/disabling strong name verification in .NET Framework (this was added as a workaround for bad builds from corefx which haven't happened in a long time) * Remove tasks related to running KoreBuild inside a Docker container (replaced by the `dockerbuild.sh` script in aspnet/AspNetCore`) * Remove unzip/zip tasks - there is now a version built-in to MSBuild itself which should be used instead
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's update our build to use the latest bits in the 3.0 Preview 1 SDK. The version we're currently using is several weeks stale.
Notable changes:
cc @NTaylorMullen
The text was updated successfully, but these errors were encountered: