From 8396be24c8779f5b29f77f2c5dbcc20a9418eb58 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Sun, 11 Jun 2017 19:39:46 +0100 Subject: [PATCH] Fix VS2017.3 warning about not specifying TypeScriptToolsVersion --- templates/AngularSpa/AngularSpa.csproj | 1 + templates/AureliaSpa/AureliaSpa.csproj | 1 + templates/KnockoutSpa/KnockoutSpa.csproj | 1 + templates/ReactReduxSpa/ReactReduxSpa.csproj | 1 + templates/ReactSpa/ReactSpa.csproj | 1 + templates/VueSpa/VueSpa.csproj | 1 + 6 files changed, 6 insertions(+) diff --git a/templates/AngularSpa/AngularSpa.csproj b/templates/AngularSpa/AngularSpa.csproj index 8eedd19264..4d07626860 100644 --- a/templates/AngularSpa/AngularSpa.csproj +++ b/templates/AngularSpa/AngularSpa.csproj @@ -4,6 +4,7 @@ netcoreapp2.0 TargetFrameworkOverride true + Latest $(PackageTargetFallback);portable-net45+win8+wp8+wpa81; false diff --git a/templates/AureliaSpa/AureliaSpa.csproj b/templates/AureliaSpa/AureliaSpa.csproj index 5c072385f4..56fde8ce05 100644 --- a/templates/AureliaSpa/AureliaSpa.csproj +++ b/templates/AureliaSpa/AureliaSpa.csproj @@ -4,6 +4,7 @@ netcoreapp2.0 TargetFrameworkOverride true + Latest $(PackageTargetFallback);portable-net45+win8+wp8+wpa81; false diff --git a/templates/KnockoutSpa/KnockoutSpa.csproj b/templates/KnockoutSpa/KnockoutSpa.csproj index 5c072385f4..56fde8ce05 100644 --- a/templates/KnockoutSpa/KnockoutSpa.csproj +++ b/templates/KnockoutSpa/KnockoutSpa.csproj @@ -4,6 +4,7 @@ netcoreapp2.0 TargetFrameworkOverride true + Latest $(PackageTargetFallback);portable-net45+win8+wp8+wpa81; false diff --git a/templates/ReactReduxSpa/ReactReduxSpa.csproj b/templates/ReactReduxSpa/ReactReduxSpa.csproj index aa058500c1..3706db87b0 100644 --- a/templates/ReactReduxSpa/ReactReduxSpa.csproj +++ b/templates/ReactReduxSpa/ReactReduxSpa.csproj @@ -4,6 +4,7 @@ netcoreapp2.0 TargetFrameworkOverride true + Latest $(PackageTargetFallback);portable-net45+win8+wp8+wpa81; false diff --git a/templates/ReactSpa/ReactSpa.csproj b/templates/ReactSpa/ReactSpa.csproj index 5c072385f4..56fde8ce05 100644 --- a/templates/ReactSpa/ReactSpa.csproj +++ b/templates/ReactSpa/ReactSpa.csproj @@ -4,6 +4,7 @@ netcoreapp2.0 TargetFrameworkOverride true + Latest $(PackageTargetFallback);portable-net45+win8+wp8+wpa81; false diff --git a/templates/VueSpa/VueSpa.csproj b/templates/VueSpa/VueSpa.csproj index 5c072385f4..56fde8ce05 100644 --- a/templates/VueSpa/VueSpa.csproj +++ b/templates/VueSpa/VueSpa.csproj @@ -4,6 +4,7 @@ netcoreapp2.0 TargetFrameworkOverride true + Latest $(PackageTargetFallback);portable-net45+win8+wp8+wpa81; false