This repository has been archived by the owner on May 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
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
natemcmaster
requested review from
BrennanConroy
and removed request for
pranavkm
January 10, 2017 20:40
natemcmaster
commented
Jan 10, 2017
Text="Project has not been initialized. Run 'build initialize' in the solution directory." /> | ||
</Target> | ||
<ItemGroup> | ||
<PackageReference Include="Internal.AspNetCore.Sdk" Version="1.0.0-*" PrivateAssets="All" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NB: this file is an example of the changes we'll make in all the aspnet repos that are currently on VS 2017.
natemcmaster
pushed a commit
to aspnet/Configuration
that referenced
this pull request
Jan 11, 2017
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
natemcmaster
pushed a commit
to aspnet/DotNetTools
that referenced
this pull request
Jan 11, 2017
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
natemcmaster
pushed a commit
to aspnet/EntityFramework.Tools
that referenced
this pull request
Jan 11, 2017
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
natemcmaster
pushed a commit
to aspnet/FileSystem
that referenced
this pull request
Jan 11, 2017
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
natemcmaster
pushed a commit
to aspnet/Microsoft.Data.Sqlite
that referenced
this pull request
Jan 11, 2017
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
natemcmaster
pushed a commit
to aspnet/Razor
that referenced
this pull request
Jan 11, 2017
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
natemcmaster
pushed a commit
to aspnet/StaticFiles
that referenced
this pull request
Jan 11, 2017
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
natemcmaster
pushed a commit
to aspnet/Security
that referenced
this pull request
Jan 11, 2017
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
natemcmaster
force-pushed
the
namc/remove-msbuild
branch
from
January 11, 2017 22:35
d91125d
to
f20683a
Compare
pranavkm
added a commit
to aspnet/MvcPrecompilation
that referenced
this pull request
Jan 13, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Companion change to aspnet/BuildTools#145
Resolves the need to first-run "build initialize" before opening a repo in VS.