Skip to content

Commit

Permalink
downgrading Microsoft.Build to fix Could not load file or assembly 'S…
Browse files Browse the repository at this point in the history
…ystem.Security.Permissions, Version=6.0.0.0
  • Loading branch information
adityanarayanp committed Dec 6, 2023
1 parent df6f9f6 commit e28a290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LCT.PackageIdentifier/LCT.PackageIdentifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Microsoft.Build" Version="17.3.2" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build" Version="17.0.0" ExcludeAssets="runtime"/>
<PackageReference Include="Microsoft.Build.Locator" Version="1.5.5" />
<PackageReference Include="Microsoft.CodeCoverage" Version="17.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Expand Down

0 comments on commit e28a290

Please sign in to comment.