Skip to content

Commit

Permalink
Latest agents with .net48 fail to run tests due to missing method
Browse files Browse the repository at this point in the history
The root cause analysis was performed in dotnet/msbuild#7873.

By upgrading to latest MSBuild 17.3.1, the issue is resolved.
  • Loading branch information
kzu committed Sep 3, 2022
1 parent b2e3768 commit 2fb4bd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/NuGetizer.Tests/NuGetizer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.Build" Version="17.2.0" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.2.0" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.4.1" />
<PackageReference Include="Microsoft.Build" Version="17.3.1" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.3.1" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.5.3" />
<PackageReference Include="MSBuild.StructuredLogger" Version="2.1.669" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
Expand Down

0 comments on commit 2fb4bd6

Please sign in to comment.