17 lines
552 B
XML
17 lines
552 B
XML
<Project>
|
|
<Import Project="version.xml" />
|
|
|
|
<PropertyGroup>
|
|
<Product>Microsoft ASP.NET Core</Product>
|
|
<RepositoryUrl>https://github.com/aspnet/servertests</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Internal.AspNetCore.Sdk" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|