File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
25
25
26
26
<ItemGroup >
27
27
<PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 4.0.2" />
28
- <PackageReference Include =" Microsoft.Build" ExcludeAssets =" runtime" Version =" 17.4.0" />
29
28
<PackageReference Include =" Microsoft.Build.Locator" Version =" 1.4.1" />
30
29
<PackageReference Include =" NuGet.Commands" Version =" 6.4.0" />
31
30
<PackageReference Include =" NuGet.Packaging" Version =" 6.4.0" />
32
31
</ItemGroup >
32
+
33
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
34
+ <PackageReference Include =" Microsoft.Build" ExcludeAssets =" runtime" Version =" 17.3.2" />
35
+ </ItemGroup >
36
+
37
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
38
+ <PackageReference Include =" Microsoft.Build" ExcludeAssets =" runtime" Version =" 17.4.0" />
39
+ </ItemGroup >
40
+
33
41
<ItemGroup >
34
42
<Content Include =" ..\..\README.md" >
35
43
<Pack >true</Pack >
You can’t perform that action at this time.
0 commit comments