-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Flow ANCM version number in the build output #9269
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildThisFileDirectory)..\</SolutionDir> | ||
<Configuration Condition="'$(Configuration)'==''">Debug</Configuration> | ||
<Platform Condition="'$(Platform)' == ''">Win32</Platform> | ||
<PlatformToolset>v141</PlatformToolset> | ||
<PlatformToolset>v142</PlatformToolset> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, I think I missed this one before. When you open the IIS sln now, do you get a warning about needing to upgrade to v142 still? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
You do not. |
||
<OutputPath Condition="'$(OutputPath)' == ''">$(MSBuildProjectDirectory)\bin\$(Configuration)\$(Platform)\</OutputPath> | ||
<OutDir>$(OutputPath)</OutDir> | ||
<AspNetCoreModuleTargetName>aspnetcore</AspNetCoreModuleTargetName> | ||
|
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.
I'm going to want to verify these numbers tomorrow. I don't believe these are correct, but want to confirm before I correct you.