<!-- Packaging properties -->
<PropertyGroup>
- <PreReleaseLabel>rc4</PreReleaseLabel>
+ <PreReleaseLabel>beta</PreReleaseLabel>
<PackageDescriptionFile>$(SourceDir).nuget/descriptions.json</PackageDescriptionFile>
<PackageLicenseFile>$(SourceDir).nuget/dotnet_library_license.txt</PackageLicenseFile>
<PackageThirdPartyNoticesFile>$(SourceDir).nuget/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>
<ProjectUrl>https://dot.net</ProjectUrl>
- <!-- PreReleaseSuffix for TFS win8-arm CoreCLR package -->
- <ExternalExpectedPrerelease>rc4-24220-00</ExternalExpectedPrerelease>
+ <!-- PreReleaseSuffix for packages published from closed build (e.g. CoreCLR for Arm32, APISet, etc) -->
+ <ExternalExpectedPrerelease>beta-24220-00</ExternalExpectedPrerelease>
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires
pulling in different packaging dependencies.
<IncludeRuntimeJson>true</IncludeRuntimeJson>
</PropertyGroup>
<ItemGroup>
- <Dependency Include="Microsoft.NETCore.Runtime.CoreCLR">
- <Version>1.0.2$(VersionSuffix)</Version>
- </Dependency>
+ <ProjectReference Include="..\Microsoft.NETCore.Runtime.CoreCLR\Microsoft.NETCore.Runtime.CoreCLR.pkgproj" />
<ProjectReference Include="win\Microsoft.NETCore.ILAsm.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<IncludeRuntimeJson>true</IncludeRuntimeJson>
</PropertyGroup>
<ItemGroup>
- <Dependency Include="Microsoft.NETCore.Runtime.CoreCLR">
- <Version>1.0.2$(VersionSuffix)</Version>
- </Dependency>
+ <ProjectReference Include="..\Microsoft.NETCore.Runtime.CoreCLR\Microsoft.NETCore.Runtime.CoreCLR.pkgproj" />
<ProjectReference Include="win\Microsoft.NETCore.ILDAsm.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>
<!-- Declare a runtime dependency on the win8-arm CoreCLR built using the TFS builds -->
<RuntimeDependency Include="runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR">
<TargetRuntime>win8-arm</TargetRuntime>
- <Version>1.0.2-$(ExternalExpectedPrerelease)</Version>
+ <Version>1.0.3-$(ExternalExpectedPrerelease)</Version>
</RuntimeDependency>
<!-- ApiSets are only applicable for Windows.
Despite the unconditioned package dependency it is constrained by runtime IDs within it's own package -->
<Dependency Include="Microsoft.NETCore.Windows.ApiSets">
- <Version>1.0.1-rc3-23915</Version>
- </Dependency>
- <Dependency Include="Microsoft.NETCore.Jit">
- <Version>1.0.2$(VersionSuffix)</Version>
+ <Version>1.0.2-$(ExternalExpectedPrerelease)</Version>
</Dependency>
+ <ProjectReference Include="..\Microsoft.NETCore.Jit\Microsoft.NETCore.Jit.pkgproj" />
<ProjectReference Include="win\Microsoft.NETCore.Runtime.CoreCLR.pkgproj">
<Platform>amd64</Platform>
</ProjectReference>