Skip to content

Commit

Permalink
Update Ms.Build.Tasks.Core nuget to fix MissingMethodEx
Browse files Browse the repository at this point in the history
Exception was:

Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ResolveAssemblyReference"
The "ResolveAssemblyReference" task failed unexpectedly.
System.MissingMethodException: Method not found: 'Void Microsoft.Build.Eventing.MSBuildEventSource.RarOverallStop()'.
  • Loading branch information
knocte authored and webwarrior-ws committed Feb 8, 2024
1 parent 6f2edb1 commit c98e6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<PackageVersion Include="Microsoft.Build" Version="16.10" />
<PackageVersion Include="Microsoft.Build.Framework" Version="17.2.0" />
<PackageVersion Include="Microsoft.Build.Locator" Version="1.4.1" />
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="16.10" />
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.2.0" />
<PackageVersion Include="Microsoft.Build.Tasks.Git" Version="1.0" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="16.10" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.2.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="3.10" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="3.10" />
Expand Down

0 comments on commit c98e6ed

Please sign in to comment.