Skip to content

Commit 820bab4

Browse files
timheuervlada-shubina
authored andcommitted
Fixing out of support TFM in restore shim
Fixes #2627 but changing to the latest LTS. (cherry picked from commit 355870d)
1 parent 2e5658a commit 820bab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.TemplateEngine.Cli/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ private void InstallRemotePackages(List<Package> packages, IList<string> nuGetSo
233233
const string packageRef = @" <PackageReference Include=""{0}"" Version=""{1}"" />";
234234
const string projectFile = @"<Project ToolsVersion=""15.0"" Sdk=""Microsoft.NET.Sdk"">
235235
<PropertyGroup>
236-
<TargetFrameworks>netcoreapp1.0</TargetFrameworks>
236+
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
237237
</PropertyGroup>
238238
239239
<ItemGroup>

0 commit comments

Comments
 (0)