aspnet / JavaScriptServices

[Archived] This repository has been archived
Apache License 2.0
3.03k stars 518 forks source link

Outdated references in angular, react, reactredux templates #1129

Closed mlorbetske closed 7 years ago

mlorbetske commented 7 years ago

From @moozzyk on July 18, 2017 23:30

If you use dotnet new to create angular, react, reactredux the csproj references 2.0.0-rtm-26272 version of Microsoft.AspNetCore.All and Microsoft.VisualStudio.Web.CodeGeneration.Tools packages.

C:\verification\projects\react\CSharp\WebApp.csproj : warning NU1603: DotnetCliToolReference-Microsoft.VisualStudio.Web.CodeGeneration.Tools depends on Microsoft.VisualStudio.Web.
CodeGeneration.Tools (>= 2.0.0-rtm-26272) but Microsoft.VisualStudio.Web.CodeGeneration.Tools 2.0.0-rtm-26272 was not found. An approximate best match of Microsoft.VisualStudio.We
b.CodeGeneration.Tools 2.0.0-rtm-26343 was resolved.
C:\verification\projects\react\CSharp\WebApp.csproj : warning NU1603: WebApp depends on Microsoft.AspNetCore.All (>= 2.0.0-rtm-26272) but Microsoft.AspNetCore.All 2.0.0-rtm-26272
was not found. An approximate best match of Microsoft.AspNetCore.All 2.0.0-rtm-26343 was resolved.
C:\verification\projects\react\CSharp\WebApp.csproj : warning NU1603: WebApp depends on Microsoft.AspNetCore.All (>= 2.0.0-rtm-26272) but Microsoft.AspNetCore.All 2.0.0-rtm-26272
was not found. An approximate best match of Microsoft.AspNetCore.All 2.0.0-rtm-26343 was resolved.

The expected version is 2.0.0-rtm-26343.

dotnet --version
2.0.0-preview3-006787

Copied from original issue: dotnet/templating#1108

SteveSandersonMS commented 7 years ago

Thanks - I'm updating them to 26380 as per your email.