diff --git a/build/common.props b/build/common.props index 84abcce46..c43036e58 100644 --- a/build/common.props +++ b/build/common.props @@ -1,8 +1,11 @@ - + 3.0.16$(VersionSuffix) - 4.0.0$(VersionSuffix) + 4.0.0-preview1$(VersionSuffix) + 4.0.0$(VersionSuffix) + 4.0.0$(VersionSuffix) + netstandard2.0 embedded $(CommitHash) diff --git a/src/Microsoft.Azure.WebJobs.Host.Storage/WebJobs.Host.Storage.csproj b/src/Microsoft.Azure.WebJobs.Host.Storage/WebJobs.Host.Storage.csproj index 40f26f239..7610c2755 100644 --- a/src/Microsoft.Azure.WebJobs.Host.Storage/WebJobs.Host.Storage.csproj +++ b/src/Microsoft.Azure.WebJobs.Host.Storage/WebJobs.Host.Storage.csproj @@ -6,7 +6,8 @@ - 4.0.0$(VersionSuffix) + $(HostStorageVersion) + $(Version) Commit hash: $(CommitHash) netstandard2.0 Microsoft.Azure.WebJobs.Host.Storage diff --git a/src/Microsoft.Azure.WebJobs.Logging/WebJobs.Logging.csproj b/src/Microsoft.Azure.WebJobs.Logging/WebJobs.Logging.csproj index 734b34e3d..51d05454e 100644 --- a/src/Microsoft.Azure.WebJobs.Logging/WebJobs.Logging.csproj +++ b/src/Microsoft.Azure.WebJobs.Logging/WebJobs.Logging.csproj @@ -1,7 +1,8 @@  - 4.0.0$(VersionSuffix) + $(LoggingVersion) + $(Version) Commit hash: $(CommitHash) netstandard2.0 Microsoft.Azure.WebJobs.Logging This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Logging. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971