Skip to content

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

Closed
natemcmaster opened this issue Nov 30, 2018 · 1 comment
Closed

Update SDK to 3.0 Preview 1 #881

natemcmaster opened this issue Nov 30, 2018 · 1 comment
Labels
PRI: 2 - Preferred Preferably should be handled during the milestone.

Comments

@natemcmaster
Copy link
Contributor

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:

  • Improved framework reference support -- We will likely need to make changes to our WebSdk projects to react to the addition of implicit Microsoft.AspNetCore.App references.
  • Updated NuGet and MSBuild versions

cc @NTaylorMullen

@natemcmaster natemcmaster added this to the 3.0.0-preview2 milestone Dec 12, 2018
@natemcmaster natemcmaster added the PRI: 2 - Preferred Preferably should be handled during the milestone. label Dec 12, 2018
@natemcmaster
Copy link
Contributor Author

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
Labels
PRI: 2 - Preferred Preferably should be handled during the milestone.
Projects
None yet
Development

No branches or pull requests

1 participant