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 " >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework >net10.0</ TargetFramework >
4
+ <TargetFrameworks >net10.0;net472</ TargetFrameworks >
5
5
<Description >Benchmarks for Microsoft.NET.Sdk.StaticWebAssets</Description >
6
6
<RootNamespace >Microsoft.NET.Sdk.StaticWebAssets.Benchmarks</RootNamespace >
7
7
<IsPackable >false</IsPackable >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
</PropertyGroup >
10
10
11
- <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
12
-
13
11
<ItemGroup >
14
12
<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" />
15
18
</ItemGroup >
16
19
<ItemGroup >
17
20
<ProjectReference Include =" ..\Tasks\Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj" />
28
31
</None >
29
32
</ItemGroup >
30
33
31
- <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
32
-
33
34
</Project >
You can’t perform that action at this time.
0 commit comments