File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/Microsoft.Build.Utilities.ProjectCreation Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2626 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2727 </PropertyGroup >
2828 <ItemGroup >
29- <PackageReference Include =" Microsoft.Build" ExcludeAssets =" Runtime" >
30- <NoWarn Condition =" '$(TargetFramework)' == 'net10.0'" >NU1903</NoWarn >
31- </PackageReference >
32- <PackageReference Include =" Microsoft.Build.Utilities.Core" ExcludeAssets =" Runtime" >
33- <NoWarn Condition =" '$(TargetFramework)' == 'net10.0'" >NU1903</NoWarn >
34- </PackageReference >
29+ <PackageReference Include =" Microsoft.Build" ExcludeAssets =" Runtime" />
30+ <PackageReference Include =" Microsoft.Build.Utilities.Core" ExcludeAssets =" Runtime" />
3531 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" />
3632 <PackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets =" All" Condition =" '$(OfficialBuild)' != 'true'" />
3733 <PackageReference Include =" Microsoft.IO.Redist" Condition =" '$(TargetFramework)' == 'net472'" />
You can’t perform that action at this time.
0 commit comments