File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 89
89
<PropertyGroup >
90
90
<SkipDefaultEditorConfigAsAdditionalFile >true</SkipDefaultEditorConfigAsAdditionalFile >
91
91
</PropertyGroup >
92
- <ItemGroup >
93
- <AdditionalFiles Include =" $(MSBuildThisFileDirectory)..\.editorconfig" />
94
- </ItemGroup >
95
92
96
93
<!-- Common code quality and styling analyzers -->
97
94
<ItemGroup >
Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" Microsoft.Build" Version =" 16.9.0" />
13
13
</ItemGroup >
14
14
15
- <ItemGroup Condition =" '$(TargetFramework)' != 'netcoreapp3.1' " >
15
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0' " >
16
+ <PackageReference Include =" Buildalyzer" Version =" 3.2.3" />
17
+ <PackageReference Include =" MSBuild.ProjectCreation" Version =" 6.3.3" />
18
+ <PackageReference Include =" Microsoft.Build" Version =" 16.11.0" />
19
+ </ItemGroup >
20
+
21
+ <ItemGroup Condition =" '$(TargetFramework)' != 'netcoreapp3.1' or '$(TargetFramework)' != 'net5.0' " >
16
22
<PackageReference Include =" Buildalyzer" Version =" 3.2.3" />
17
23
<PackageReference Include =" MSBuild.ProjectCreation" Version =" 6.3.3" />
18
24
<PackageReference Include =" Microsoft.Build" Version =" 17.0.0" />
Original file line number Diff line number Diff line change 14
14
15
15
<ItemGroup >
16
16
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" $(PackageVersion_MsBuild)" PrivateAssets =" All" />
17
- <PackageReference Include =" Microsoft.Win32.Registry" Version =" $(PackageVersion_MicrosoftExtensions) " PrivateAssets =" All" />
17
+ <PackageReference Include =" Microsoft.Win32.Registry" Version =" 6.0.0-preview.5.21301.5 " PrivateAssets =" All" />
18
18
<PackageReference Include =" System.Text.Json" Version =" $(PackageVersion_MicrosoftJson)" PrivateAssets =" All" />
19
19
<PackageReference Include =" System.Text.Encodings.Web" Version =" $(PackageVersion_MicrosoftJson)" PrivateAssets =" All" />
20
20
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" $(PackageVersion_MicrosoftExtensions)" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments