diff --git a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj
index 03bbb7670..2677c92d3 100644
--- a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj
+++ b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj
@@ -5,8 +5,8 @@
1.0.0
netcoreapp1.0
true
- $(PackageTargetFallback);dnxcore50;portable-net45+win8
bin\$(Configuration)
+ $(PackageTargetFallback);portable-net45+win8+wp8+wpa81
@@ -31,7 +31,7 @@
4.0.11
- 6.2.2-preview
+ 7.2.1
4.0.0-rc-2048
diff --git a/build_projects/shared-build-targets-utils/Publishing/AzurePublisher.cs b/build_projects/shared-build-targets-utils/Publishing/AzurePublisher.cs
index b9e17e09a..ff102bf0d 100644
--- a/build_projects/shared-build-targets-utils/Publishing/AzurePublisher.cs
+++ b/build_projects/shared-build-targets-utils/Publishing/AzurePublisher.cs
@@ -66,7 +66,7 @@ namespace Microsoft.DotNet.Cli.Build
{
string url = CalculateRelativePathForFile(file, product, version);
CloudBlockBlob blob = _blobContainer.GetBlockBlobReference(url);
- blob.UploadFromFileAsync(file, FileMode.Open).Wait();
+ blob.UploadFromFileAsync(file).Wait();
SetBlobPropertiesBasedOnFileType(blob);
return url;
}
diff --git a/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj b/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj
index 4fd8c7220..301223f26 100644
--- a/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj
+++ b/src/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj
@@ -7,7 +7,6 @@
../../tools/Key.snk
true
true
- $(PackageTargetFallback);portable-net45+wp80+win8+wpa81+dnxcore50
diff --git a/src/Microsoft.DotNet.Configurer/Microsoft.DotNet.Configurer.csproj b/src/Microsoft.DotNet.Configurer/Microsoft.DotNet.Configurer.csproj
index 9a2e95ac4..a065fb049 100644
--- a/src/Microsoft.DotNet.Configurer/Microsoft.DotNet.Configurer.csproj
+++ b/src/Microsoft.DotNet.Configurer/Microsoft.DotNet.Configurer.csproj
@@ -9,7 +9,6 @@
true
git
git://github.com/dotnet/cli
- $(PackageTargetFallback);portable-net45+wp80+win8+wpa81+dnxcore50
diff --git a/src/Microsoft.DotNet.TestFramework/Microsoft.DotNet.TestFramework.csproj b/src/Microsoft.DotNet.TestFramework/Microsoft.DotNet.TestFramework.csproj
index 65bc9b929..3b9a3a324 100644
--- a/src/Microsoft.DotNet.TestFramework/Microsoft.DotNet.TestFramework.csproj
+++ b/src/Microsoft.DotNet.TestFramework/Microsoft.DotNet.TestFramework.csproj
@@ -7,7 +7,6 @@
../../tools/Key.snk
true
true
- $(PackageTargetFallback);portable-net45+wp80+win8+wpa81+dnxcore50
diff --git a/src/dotnet/dotnet.csproj b/src/dotnet/dotnet.csproj
index 9a898eb55..7cfa0e25c 100755
--- a/src/dotnet/dotnet.csproj
+++ b/src/dotnet/dotnet.csproj
@@ -9,7 +9,7 @@
../../tools/Key.snk
true
true
- $(PackageTargetFallback);dnxcore50;netstandardapp1.5;portable-net45+win8;portable-net45+wp80+win8+wpa81+dnxcore50
+ $(PackageTargetFallback);dotnet5.4
diff --git a/src/dotnet/project.json b/src/dotnet/project.json
index 53a005488..6289f5518 100644
--- a/src/dotnet/project.json
+++ b/src/dotnet/project.json
@@ -59,10 +59,7 @@
"frameworks": {
"netcoreapp1.0": {
"imports": [
- "dnxcore50",
- "netstandardapp1.5",
- "portable-net45+win8",
- "portable-net45+wp80+win8+wpa81+dnxcore50"
+ "dotnet5.4"
]
}
}
diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj
index 36c6b9e56..ec0ef726c 100644
--- a/src/redist/redist.csproj
+++ b/src/redist/redist.csproj
@@ -4,7 +4,7 @@
1.0.0-preview4
netcoreapp1.0
true
- $(PackageTargetFallback);dnxcore50;netstandardapp1.5;portable-net45+win8;portable-net45+wp80+win8+wpa81+dnxcore50
+ $(PackageTargetFallback);dotnet5.4
diff --git a/src/tool_csc/tool_csc.csproj b/src/tool_csc/tool_csc.csproj
index a755923c1..38e178b2b 100644
--- a/src/tool_csc/tool_csc.csproj
+++ b/src/tool_csc/tool_csc.csproj
@@ -3,7 +3,6 @@
1.0.0-preview4
netcoreapp1.0
- $(PackageTargetFallback);dnxcore50;portable-net45+win8
diff --git a/src/tool_msbuild/tool_msbuild.csproj b/src/tool_msbuild/tool_msbuild.csproj
index fe4811f1d..4e11edf8a 100644
--- a/src/tool_msbuild/tool_msbuild.csproj
+++ b/src/tool_msbuild/tool_msbuild.csproj
@@ -3,7 +3,6 @@
1.0.0-preview4
netcoreapp1.0
- $(PackageTargetFallback);dnxcore50;portable-net45+win8
@@ -25,9 +24,6 @@
4.0.0-rc3-24128-00
-
- 1.0.30
-
$(DefineConstants);NETCOREAPP1_0