diff --git a/Directory.Build.props b/Directory.Build.props index 6a533eab3..f0719c9ce 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,4 +1,4 @@ - + + + + + + + + + + + + + + + + diff --git a/build/AzureInfo.props b/build/AzureInfo.props index 0e8cf5104..f5ce4ab98 100644 --- a/build/AzureInfo.props +++ b/build/AzureInfo.props @@ -1,4 +1,4 @@ - + Sdk $(ARTIFACT_STORAGE_CONTAINER) diff --git a/build/BackwardsCompatibilityRuntimes.props b/build/BackwardsCompatibilityRuntimes.props index 9664fdadf..d9b7ddc24 100644 --- a/build/BackwardsCompatibilityRuntimes.props +++ b/build/BackwardsCompatibilityRuntimes.props @@ -1,4 +1,4 @@ - + release/1.1.0 1.1.2 diff --git a/build/BranchInfo.props b/build/BranchInfo.props index 0d146ab2a..622960a55 100644 --- a/build/BranchInfo.props +++ b/build/BranchInfo.props @@ -1,4 +1,4 @@ - + release/2.0.0 release/2.0.0 diff --git a/build/Branding.props b/build/Branding.props index 9a66fdc2d..d79177a50 100644 --- a/build/Branding.props +++ b/build/Branding.props @@ -1,4 +1,4 @@ - + Microsoft .NET Core SDK - 2.0.3 .NET Standard Support for Visual Studio 2015 diff --git a/build/BuildDefaults.props b/build/BuildDefaults.props index 1e985282c..8561a45b0 100644 --- a/build/BuildDefaults.props +++ b/build/BuildDefaults.props @@ -1,4 +1,4 @@ - + Prepare;Compile;Test;Package;Publish Debug diff --git a/build/BuildInfo.targets b/build/BuildInfo.targets index df28e1980..6abd51fa9 100644 --- a/build/BuildInfo.targets +++ b/build/BuildInfo.targets @@ -21,7 +21,7 @@ linux -<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Rid>$(Rid)</Rid> <Architecture>$(Architecture)</Architecture> diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props index a3c20a3e9..5828d0c23 100644 --- a/build/BundledRuntimes.props +++ b/build/BundledRuntimes.props @@ -1,4 +1,4 @@ - + $(HostRid) $(HostMonikerRid) diff --git a/build/BundledSdks.props b/build/BundledSdks.props index b259c4a2a..77a089668 100644 --- a/build/BundledSdks.props +++ b/build/BundledSdks.props @@ -1,4 +1,4 @@ - + diff --git a/build/BundledTemplates.props b/build/BundledTemplates.props index 549508206..d45b4a6ed 100644 --- a/build/BundledTemplates.props +++ b/build/BundledTemplates.props @@ -1,4 +1,4 @@ - + diff --git a/build/BundledTools.props b/build/BundledTools.props index b57577824..947148dd5 100644 --- a/build/BundledTools.props +++ b/build/BundledTools.props @@ -1,4 +1,4 @@ - + runtime.$(SharedFrameworkRid).microsoft.netcore.app $(NuGetPackagesDir)/$(RuntimeNETCoreAppPackageName)/$(CLI_SharedFrameworkVersion)/tools/crossgen$(ExeExtension) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 3c43151c8..7dec2bd7e 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -1,5 +1,5 @@ - + 2.0.1 15.4.7 diff --git a/build/DerivedHostMachineInfo.props b/build/DerivedHostMachineInfo.props index d9dc94444..3e77dad8c 100644 --- a/build/DerivedHostMachineInfo.props +++ b/build/DerivedHostMachineInfo.props @@ -1,4 +1,4 @@ - + true true diff --git a/build/FileExtensions.props b/build/FileExtensions.props index 21f8a68d2..c9f943b13 100644 --- a/build/FileExtensions.props +++ b/build/FileExtensions.props @@ -1,4 +1,4 @@ - + .zip .tar.gz diff --git a/build/GenerateResxSource.targets b/build/GenerateResxSource.targets index b25582ee2..1eb51907e 100644 --- a/build/GenerateResxSource.targets +++ b/build/GenerateResxSource.targets @@ -1,4 +1,4 @@ - + diff --git a/build/GitCommitInfo.targets b/build/GitCommitInfo.targets index 4addb6c8a..6ac729e50 100644 --- a/build/GitCommitInfo.targets +++ b/build/GitCommitInfo.targets @@ -23,7 +23,7 @@ %(GitInfoCommitHashLines.Identity) -<Project ToolsVersion="15.0"> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <CommitCount>$(GitInfoCommitCount)</CommitCount> <CommitHash>$(GitInfoCommitHash)</CommitHash> diff --git a/build/HostInfo.targets b/build/HostInfo.targets index 50331f196..ed1046cc0 100644 --- a/build/HostInfo.targets +++ b/build/HostInfo.targets @@ -10,7 +10,7 @@ -<Project ToolsVersion="15.0"> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <HostRid>$(HostRid)</HostRid> <HostOSName>$(HostOSName)</HostOSName> diff --git a/build/InputDirectories.props b/build/InputDirectories.props index 0fc1b7a74..7564abe34 100644 --- a/build/InputDirectories.props +++ b/build/InputDirectories.props @@ -1,4 +1,4 @@ - + $(RepoRoot)/build_projects/dotnet-cli-build $(RepoRoot)/src diff --git a/build/InstallerInfo.props b/build/InstallerInfo.props index 036369fab..31fadd75e 100644 --- a/build/InstallerInfo.props +++ b/build/InstallerInfo.props @@ -1,4 +1,4 @@ - + $(PackagesDirectory) $(InstallerOutputDirectory)/$(ArtifactNameWithVersionSdk)$(InstallerExtension) diff --git a/build/MSBuildExtensions.props b/build/MSBuildExtensions.props index c36782efe..26f27e8c4 100644 --- a/build/MSBuildExtensions.props +++ b/build/MSBuildExtensions.props @@ -1,4 +1,4 @@ - + $(RepoRoot)/resources/MSBuildImports diff --git a/build/OutputDirectories.props b/build/OutputDirectories.props index 52e072221..3f2121980 100644 --- a/build/OutputDirectories.props +++ b/build/OutputDirectories.props @@ -1,4 +1,4 @@ - + $([MSBuild]::Add($(CliOuterBuildStage), '1')) 2 diff --git a/build/SetupPreviousStage.props b/build/SetupPreviousStage.props index 4798cf582..7545eddc7 100644 --- a/build/SetupPreviousStage.props +++ b/build/SetupPreviousStage.props @@ -1,4 +1,4 @@ - + $(RepoRoot)/.dotnet_stage0/$(Architecture) $(PreviousStageDirectory)/dotnet$(ExeExtension) diff --git a/build/Signing.proj b/build/Signing.proj index c403c324c..da686886a 100644 --- a/build/Signing.proj +++ b/build/Signing.proj @@ -1,5 +1,12 @@ + + + + true + + diff --git a/build/Version.props b/build/Version.props index 2f7ba1395..61b953372 100644 --- a/build/Version.props +++ b/build/Version.props @@ -1,4 +1,4 @@ - + 2 0 diff --git a/build/VersionBadge.props b/build/VersionBadge.props index 0dab52fb8..d38b1b359 100644 --- a/build/VersionBadge.props +++ b/build/VersionBadge.props @@ -1,4 +1,4 @@ - + $(OSName)_$(Architecture) debian_8_x64 diff --git a/build/package/Installer.RPM.targets b/build/package/Installer.RPM.targets index 1781d689b..bd5d468f4 100644 --- a/build/package/Installer.RPM.targets +++ b/build/package/Installer.RPM.targets @@ -140,6 +140,11 @@ + + + + + diff --git a/dir.props b/dir.props index 995f5e985..875fe07ca 100644 --- a/dir.props +++ b/dir.props @@ -1,4 +1,4 @@ - +