17 lines
828 B
XML
17 lines
828 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Package Versions">
|
|
|
|
<BenchmarkDotNetPackageVersion>0.10.13</BenchmarkDotNetPackageVersion>
|
|
<InternalAspNetCoreSdkPackageVersion>2.1.0-preview3-17003</InternalAspNetCoreSdkPackageVersion>
|
|
<MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion>2.2.0-preview1-34353</MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion>
|
|
|
|
<!-- Used only in development when running the template contents directly from source -->
|
|
<TemplateBlazorPackageVersion>0.4.0-preview1-10300</TemplateBlazorPackageVersion>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(DotNetPackageVersionPropsPath)" Condition=" '$(DotNetPackageVersionPropsPath)' != '' " />
|
|
</Project>
|