diff --git a/Build/repo.targets b/Build/repo.targets
index 3abc33ed4a..1d39f35999 100644
--- a/Build/repo.targets
+++ b/Build/repo.targets
@@ -8,7 +8,6 @@
-
@@ -35,11 +34,14 @@
- $([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))nuget.commandline\$(NuGetCommandLineVersion)\tools\nuget.exe
- $(RepositoryRoot)nuget\AspNetCore.nuspec
+ 1.0.0-pre-$(BuildNumber)
+ $(ArtifactsDir)build\
-
+
+
diff --git a/nuget/AspNetCore.csproj b/nuget/AspNetCore.csproj
new file mode 100644
index 0000000000..65727b5103
--- /dev/null
+++ b/nuget/AspNetCore.csproj
@@ -0,0 +1,9 @@
+
+
+
+ netstandard1.0
+ $(MSBuildThisFileDirectory)AspNetCore.nuspec
+ version=$(PackageVersion)
+
+
+