2024-01-11 20:11:30 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-06-24 16:36:04 -05:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<DeterministicBuildOptOut>true</DeterministicBuildOptOut>
|
2024-01-11 20:11:30 +01:00
|
|
|
|
|
|
|
<BuildArgs>$(BuildArgs) /p:SemanticVersioningV1=true</BuildArgs>
|
2021-06-24 16:36:04 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-01-11 20:11:30 +01:00
|
|
|
<RepositoryReference Include="arcade" />
|
2021-06-24 16:36:04 -05:00
|
|
|
<RepositoryReference Include="diagnostics" />
|
2022-05-12 17:09:11 -07:00
|
|
|
<RepositoryReference Include="runtime" />
|
2024-01-26 11:27:18 +01:00
|
|
|
<RepositoryReference Include="source-build-externals" Condition="'$(DotNetBuildSourceOnly)' == 'true'" />
|
2021-06-24 16:36:04 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|