File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5858
5959 <ItemGroup >
6060 <PackageReference Include =" CommandLineParser" Version =" 2.8.0" />
61- <PackageReference Include =" Microsoft.Build" Version =" 17.14.28" ExcludeAssets =" runtime" Condition =" '$(TargetFramework)' == 'net9.0' OR '$(TargetFramework)' == 'net10.0'" />
61+ <PackageReference Include =" Microsoft.Build" Version =" 17.14.28" ExcludeAssets =" runtime" Condition =" '$(TargetFramework)' == 'net8.0' OR '$(TargetFramework)' == 'net9.0'" />
62+ <PackageReference Include =" Microsoft.Build" Version =" 18.0.2" ExcludeAssets =" runtime" Condition =" '$(TargetFramework)' == 'net10.0'" />
6263 <PackageReference Include =" Microsoft.Build.Locator" Version =" $(RoslynatorMicrosoftBuildLocatorVersion)" />
6364 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" $(RoslynatorCliRoslynVersion)" />
6465 <PackageReference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version =" $(RoslynatorCliRoslynVersion)" />
You can’t perform that action at this time.
0 commit comments