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>
|
|
|
|
<!--
|
2023-03-03 17:53:19 -08:00
|
|
|
Building .NET from source depends on several archives, depending on the branch's current
|
2022-12-15 16:21:48 -06:00
|
|
|
source-buildability status.
|
|
|
|
|
2023-03-03 17:53:19 -08:00
|
|
|
These URLs can't be composed from their base URL and version as we read them from the
|
|
|
|
prep.sh and pipeline scripts, outside of MSBuild.
|
2022-12-15 16:21:48 -06:00
|
|
|
-->
|
2023-06-13 12:46:51 -07:00
|
|
|
<PrivateSourceBuiltArtifactsUrl>https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.100-preview.5.23303.1.centos.8-x64.tar.gz</PrivateSourceBuiltArtifactsUrl>
|
2023-06-01 15:55:22 -05:00
|
|
|
<PrivateSourceBuiltPrebuiltsUrl>https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Prebuilts.0.1.0-8.0.100-33.centos.8-x64.tar.gz</PrivateSourceBuiltPrebuiltsUrl>
|
2023-06-13 12:46:51 -07:00
|
|
|
<PrivateSourceBuiltSdkUrl_CentOS8Stream>https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.100-preview.5.23303.1-centos.8-x64.tar.gz</PrivateSourceBuiltSdkUrl_CentOS8Stream>
|
2022-12-15 16:21:48 -06:00
|
|
|
</PropertyGroup>
|
2021-06-24 16:36:04 -05:00
|
|
|
</Project>
|