File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/StaticWebAssetsSdk/benchmarks Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- <Project >
1+ <Project Sdk = " Microsoft.NET.Sdk " >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFramework >net10.0</ TargetFramework >
4+ <TargetFrameworks >net10.0;net472</ TargetFrameworks >
55 <Description >Benchmarks for Microsoft.NET.Sdk.StaticWebAssets</Description >
66 <RootNamespace >Microsoft.NET.Sdk.StaticWebAssets.Benchmarks</RootNamespace >
77 <IsPackable >false</IsPackable >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
99 </PropertyGroup >
1010
11- <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
12-
1311 <ItemGroup >
1412 <PackageReference Include =" BenchmarkDotNet" />
13+ <PackageReference Include =" Microsoft.Build.Framework" />
14+ <PackageReference Include =" Microsoft.Build.Utilities.Core" />
15+ </ItemGroup >
16+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472'" >
17+ <PackageReference Include =" System.Text.Json" />
1518 </ItemGroup >
1619 <ItemGroup >
1720 <ProjectReference Include =" ..\Tasks\Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj" />
2831 </None >
2932 </ItemGroup >
3033
31- <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
32-
3334</Project >
You can’t perform that action at this time.
0 commit comments