diff --git a/BranchInfo.props b/BranchInfo.props index 940f18f3ee..d78b547f73 100644 --- a/BranchInfo.props +++ b/BranchInfo.props @@ -1,18 +1,18 @@ - 3 + 5 0 0 false $(PackageVersionStamp) - preview8 + alpha1 true true $(PreReleaseLabel) - Preview 8 + Alpha 1 master dotnet $(ContainerName) diff --git a/dir.props b/dir.props index 7f5e54da58..aa88cf895f 100644 --- a/dir.props +++ b/dir.props @@ -73,9 +73,20 @@ + $(BuildNumberMinor.TrimStart('0')) + 0 + $(PreReleaseLabel) - $(VersionSuffix)-$(BuildNumberMajor)-$(BuildNumberMinor) + $(VersionSuffix).$(BuildNumberMajor).$(BuildNumberMinorTrimmedLeadingZero) + + $(VersionSuffix.Replace('..0', '')) -$(VersionSuffix) $(MajorVersion).$(MinorVersion) diff --git a/src/managed/CommonManaged.props b/src/managed/CommonManaged.props index 15bab0c737..1a387b7f8e 100644 --- a/src/managed/CommonManaged.props +++ b/src/managed/CommonManaged.props @@ -16,6 +16,8 @@ true $(NoWarn);CS1591 + + $(NoWarn);NU5105 diff --git a/src/test/Assets/TestProjects/AppWithSubDirs/AppWithSubDirs.csproj b/src/test/Assets/TestProjects/AppWithSubDirs/AppWithSubDirs.csproj index 3beb8111e4..77ff39acfe 100644 --- a/src/test/Assets/TestProjects/AppWithSubDirs/AppWithSubDirs.csproj +++ b/src/test/Assets/TestProjects/AppWithSubDirs/AppWithSubDirs.csproj @@ -1,7 +1,7 @@  - netcoreapp3.0 + $(NETCoreAppFramework) Exe $(TestTargetRid) $(MNAVersion) diff --git a/tools-local/setuptools/dotnet-deb-tool/dotnet-deb-tool.csproj b/tools-local/setuptools/dotnet-deb-tool/dotnet-deb-tool.csproj index 1a12fe56af..c5f25f99e5 100644 --- a/tools-local/setuptools/dotnet-deb-tool/dotnet-deb-tool.csproj +++ b/tools-local/setuptools/dotnet-deb-tool/dotnet-deb-tool.csproj @@ -6,6 +6,8 @@ dotnet-deb-tool Exe dotnet-deb-tool + + $(NoWarn);NU5105