diff --git a/.gitignore b/.gitignore index ec975e873c..d8cc8fd373 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ project.lock.json .build/ .testPublish/ global.json +*.g.targets +korebuild-lock.txt diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 0000000000..d8f1db62cd --- /dev/null +++ b/Directory.Build.targets @@ -0,0 +1,4 @@ + + + + diff --git a/NuGet.config b/NuGet.config index 6a62aeda63..21510b3a41 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,6 +2,7 @@ + diff --git a/build/common.props b/build/common.props index bb099ebbbd..d1c1cd910f 100644 --- a/build/common.props +++ b/build/common.props @@ -9,7 +9,6 @@ $(MSBuildThisFileDirectory)Key.snk true true - $(VersionSuffix)-$(BuildNumber) true diff --git a/build/dependencies.targets b/build/dependencies.targets new file mode 100644 index 0000000000..f757893cef --- /dev/null +++ b/build/dependencies.targets @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Microsoft.AspNet.Identity.AspNetCoreCompat/Microsoft.AspNet.Identity.AspNetCoreCompat.csproj b/src/Microsoft.AspNet.Identity.AspNetCoreCompat/Microsoft.AspNet.Identity.AspNetCoreCompat.csproj index 21d49af6fd..8c4bf0c48a 100644 --- a/src/Microsoft.AspNet.Identity.AspNetCoreCompat/Microsoft.AspNet.Identity.AspNetCoreCompat.csproj +++ b/src/Microsoft.AspNet.Identity.AspNetCoreCompat/Microsoft.AspNet.Identity.AspNetCoreCompat.csproj @@ -4,7 +4,7 @@ A compatibility layer for sharing identity databases between Microsoft.AspNet.Identity.EntityFramework and Microsoft.AspNetCore.Identity.EntityFrameworkCore. - 0.3.0 + $(ExperimentalProjectVersionPrefix) net461 $(NoWarn);CS1591 true diff --git a/version.props b/version.props index e69e2c659c..3e4b5d6f6d 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,10 @@ - - 2.0.0 + 2.0.1 + 0.3.1 + rtm + $(VersionPrefix) + $(VersionPrefix)-$(VersionSuffix)-final + $(VersionSuffix)-$(BuildNumber)