2021-06-24 16:36:04 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<!-- Repo Version Information -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<VersionPrefix>0.1.0</VersionPrefix>
|
|
|
|
<PreReleaseVersionLabel>alpha.1</PreReleaseVersionLabel>
|
|
|
|
</PropertyGroup>
|
|
|
|
<!-- Humanizer expects us to tell the version it's building -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<HumanizerCorePackageVersion>2.2.0</HumanizerCorePackageVersion>
|
|
|
|
</PropertyGroup>
|
2022-12-15 16:21:48 -06:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<!--
|
|
|
|
Building .NET from source depends on one or two tar.gz files depending on the branch's current
|
|
|
|
source-buildability status.
|
|
|
|
|
|
|
|
PrivateSourceBuiltArtifactsPackageVersion is a tar.gz of .NET build outputs from a previous
|
|
|
|
build needed to build the current version of .NET. This is always defined, because .NET needs
|
|
|
|
to be bootstrappable at any point in time.
|
|
|
|
|
|
|
|
PrivateSourceBuiltPrebuiltsPackageVersion is a tar.gz of assets downloaded from the internet
|
|
|
|
that are needed to build the current version of .NET. Early in the lifecycle of a .NET major
|
|
|
|
or minor release, prebuilts may be needed. When the release is mature, prebuilts are not
|
|
|
|
necessary, and this property is removed from the file.
|
|
|
|
-->
|
2023-02-07 11:07:22 -06:00
|
|
|
<PrivateSourceBuiltArtifactsPackageVersion>0.1.0-8.0.100-5.centos.8-x64</PrivateSourceBuiltArtifactsPackageVersion>
|
2023-03-02 14:08:27 -06:00
|
|
|
<PrivateSourceBuiltPrebuiltsPackageVersion>0.1.0-8.0.100-8.centos.8-x64</PrivateSourceBuiltPrebuiltsPackageVersion>
|
2022-12-15 16:21:48 -06:00
|
|
|
</PropertyGroup>
|
2021-06-24 16:36:04 -05:00
|
|
|
</Project>
|