diff --git a/NuGet.Config b/NuGet.Config index 120a5daf6..93d54688d 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -13,5 +13,6 @@ + diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 893cf307b..ea9624f6f 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -19,7 +19,8 @@ 0.1.0-alpha-142 1.2.1-alpha-002130 2.0.0-preview1-92 - + 0.2.0 + notimestamp diff --git a/build/MicroBuild.props b/build/MicroBuild.props new file mode 100644 index 000000000..381af0ffb --- /dev/null +++ b/build/MicroBuild.props @@ -0,0 +1,5 @@ + + + $(NuGetPackagesDir)/microbuild.core/$(MicroBuildVersion)/build/ + + diff --git a/build/Signing.proj b/build/Signing.proj index 3fa6d63b4..e03b1a533 100644 --- a/build/Signing.proj +++ b/build/Signing.proj @@ -1,10 +1,7 @@ - - $(MSBuildThisFileDirectory)/.. - - - + + @@ -127,5 +124,5 @@ - + diff --git a/dir.props b/dir.props index 2bf0fe048..550529131 100644 --- a/dir.props +++ b/dir.props @@ -35,6 +35,7 @@ + diff --git a/tools/Signing.Dependencies/Signing.Dependencies.csproj b/tools/Signing.Dependencies/Signing.Dependencies.csproj new file mode 100644 index 000000000..94c5dd05f --- /dev/null +++ b/tools/Signing.Dependencies/Signing.Dependencies.csproj @@ -0,0 +1,12 @@ + + + + + netcoreapp1.0 + + + + + + +