diff --git a/TestAssets/TestProjects/MSBuildAppWithMultipleFrameworks/MSBuildAppWithMultipleFrameworks.csproj b/TestAssets/TestProjects/MSBuildAppWithMultipleFrameworks/MSBuildAppWithMultipleFrameworks.csproj
index abcd6d58c..43cdfd648 100644
--- a/TestAssets/TestProjects/MSBuildAppWithMultipleFrameworks/MSBuildAppWithMultipleFrameworks.csproj
+++ b/TestAssets/TestProjects/MSBuildAppWithMultipleFrameworks/MSBuildAppWithMultipleFrameworks.csproj
@@ -9,7 +9,7 @@
- 1.0.0-alpha-20161010-1
+ 1.0.0-alpha-20161019-1
All
diff --git a/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj b/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj
index a8472d116..4ab505eff 100644
--- a/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj
+++ b/TestAssets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj
@@ -15,7 +15,7 @@
1.0.1
- 1.0.0-alpha-20161012-3
+ 1.0.0-alpha-20161019-1
All
diff --git a/TestAssets/TestProjects/MSBuildTestAppWithToolInDependencies/MSBuildTestAppWithToolInDependencies.csproj b/TestAssets/TestProjects/MSBuildTestAppWithToolInDependencies/MSBuildTestAppWithToolInDependencies.csproj
index 755e2937f..de2931786 100644
--- a/TestAssets/TestProjects/MSBuildTestAppWithToolInDependencies/MSBuildTestAppWithToolInDependencies.csproj
+++ b/TestAssets/TestProjects/MSBuildTestAppWithToolInDependencies/MSBuildTestAppWithToolInDependencies.csproj
@@ -15,7 +15,7 @@
1.0.1
- 1.0.0-alpha-20161012-3
+ 1.0.0-alpha-20161019-1
All
diff --git a/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary1/project.json b/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary1/project.json
index 1a76a95d4..9cd4c2d47 100644
--- a/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary1/project.json
+++ b/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary1/project.json
@@ -3,7 +3,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
- "Microsoft.NET.Sdk": "1.0.0-alpha-20161010-1",
+ "Microsoft.NET.Sdk": "1.0.0-alpha-20161019-1",
"NETStandard.Library": "1.6.0"
}
}
diff --git a/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary2/project.json b/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary2/project.json
index 1a76a95d4..9cd4c2d47 100644
--- a/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary2/project.json
+++ b/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary2/project.json
@@ -3,7 +3,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
- "Microsoft.NET.Sdk": "1.0.0-alpha-20161010-1",
+ "Microsoft.NET.Sdk": "1.0.0-alpha-20161019-1",
"NETStandard.Library": "1.6.0"
}
}
diff --git a/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary3/project.json b/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary3/project.json
index 1a76a95d4..9cd4c2d47 100644
--- a/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary3/project.json
+++ b/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary3/project.json
@@ -3,7 +3,7 @@
"frameworks": {
"netstandard1.5": {
"dependencies": {
- "Microsoft.NET.Sdk": "1.0.0-alpha-20161010-1",
+ "Microsoft.NET.Sdk": "1.0.0-alpha-20161019-1",
"NETStandard.Library": "1.6.0"
}
}
diff --git a/TestAssets/TestProjects/VSTestDotNetCoreProject/VSTestDotNetCoreProject.csproj b/TestAssets/TestProjects/VSTestDotNetCoreProject/VSTestDotNetCoreProject.csproj
index cff28dab7..51f15125b 100644
--- a/TestAssets/TestProjects/VSTestDotNetCoreProject/VSTestDotNetCoreProject.csproj
+++ b/TestAssets/TestProjects/VSTestDotNetCoreProject/VSTestDotNetCoreProject.csproj
@@ -17,7 +17,7 @@
1.0.1
- 1.0.0-alpha-20161010-1
+ 1.0.0-alpha-20161019-1
All
diff --git a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj
index cab2de47e..e79d38ab4 100644
--- a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj
+++ b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj
@@ -43,7 +43,7 @@
1.0.1-beta-000933
- 1.0.0-alpha-20161010-1
+ 1.0.0-alpha-20161019-1
All
diff --git a/src/Microsoft.DotNet.Cli.Utils/CommandResolution/MSBuildProject.cs b/src/Microsoft.DotNet.Cli.Utils/CommandResolution/MSBuildProject.cs
index c4bef561d..465c4140d 100644
--- a/src/Microsoft.DotNet.Cli.Utils/CommandResolution/MSBuildProject.cs
+++ b/src/Microsoft.DotNet.Cli.Utils/CommandResolution/MSBuildProject.cs
@@ -23,7 +23,7 @@ namespace Microsoft.DotNet.Cli.Utils
{
return _project
.AllEvaluatedProperties
- .FirstOrDefault(p => p.Name.Equals("_ProjectDepsFilePath"))
+ .FirstOrDefault(p => p.Name.Equals("ProjectDepsFilePath"))
.EvaluatedValue;
}
}
@@ -34,7 +34,7 @@ namespace Microsoft.DotNet.Cli.Utils
{
return _project
.AllEvaluatedProperties
- .FirstOrDefault(p => p.Name.Equals("_ProjectRuntimeConfigFilePath"))
+ .FirstOrDefault(p => p.Name.Equals("ProjectRuntimeConfigFilePath"))
.EvaluatedValue;
}
}
diff --git a/src/dotnet/commands/dotnet-new/CSharp_Console/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Console/$projectName$.csproj
index 6197a504e..8f7a78fa8 100755
--- a/src/dotnet/commands/dotnet-new/CSharp_Console/$projectName$.csproj
+++ b/src/dotnet/commands/dotnet-new/CSharp_Console/$projectName$.csproj
@@ -16,7 +16,7 @@
1.0.1
- 1.0.0-alpha-20161012-3
+ 1.0.0-alpha-20161019-1
All
diff --git a/src/dotnet/commands/dotnet-new/CSharp_Lib/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Lib/$projectName$.csproj
index eb45983a6..911d63874 100755
--- a/src/dotnet/commands/dotnet-new/CSharp_Lib/$projectName$.csproj
+++ b/src/dotnet/commands/dotnet-new/CSharp_Lib/$projectName$.csproj
@@ -15,7 +15,7 @@
1.6
- 1.0.0-alpha-20161012-3
+ 1.0.0-alpha-20161019-1
All
diff --git a/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj b/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj
index f76c58112..56dfdae11 100644
--- a/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj
+++ b/src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj
@@ -17,7 +17,7 @@
1.0.1
- 1.0.0-alpha-20161015-2-60
+ 1.0.0-alpha-20161019-1
1.0.0