Skip to content

Commit

Permalink
Update dotnetcli tool to RuntimeFrameworkVersion 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Apr 27, 2017
1 parent ef46710 commit cd0b4c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<Description>Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. </Description>
<TargetFramework>netcoreapp1.0</TargetFramework>
<RuntimeFrameworkVersion>1.0.5</RuntimeFrameworkVersion>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AssemblyName>dotnet-aspnet-codegenerator</AssemblyName>
<OutputType>exe</OutputType>
Expand Down

3 comments on commit cd0b4c7

@prafullbhosale
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update the Microsoft.VisualStudio.Web.CodeGeneration.Design to use 1.1.2 as well.

@natemcmaster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Missed that one. I assume I need to do the same for 1.0.5 on the rel/tools-1.0.1 branch?

@prafullbhosale
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep.

Please sign in to comment.