26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<Project>
|
|
<Import Project="dependencies.props" />
|
|
|
|
<PropertyGroup>
|
|
<EnableBenchmarkValidation>true</EnableBenchmarkValidation>
|
|
<VSTestVerboseOutput Condition="'$(CI)' == 'true'">true</VSTestVerboseOutput>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.Mvc.Core.TestCommon\*.csproj" />
|
|
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.Mvc.Views.TestCommon\*.csproj" />
|
|
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.Mvc.TestDiagnosticListener\*.csproj" />
|
|
<ExcludeSolutions Include="$(RepositoryRoot)Mvc.*Fun.sln" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<!-- These properties are use by the automation that updates dependencies.props -->
|
|
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>
|
|
<LineupPackageRestoreSource>https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
|
|
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp30PackageVersion)" />
|
|
</ItemGroup>
|
|
</Project>
|