Skip to content

Commit

Permalink
test just ExcludeAssets change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarolf committed Oct 8, 2022
1 parent 76d342e commit eb6363e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.CodeAnalysis.Testing/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<!-- Needed to override the transitive 9.0.1 version brought in by the 16.1.1 Microsoft.NET.Test.Sdk -->
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" />
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" ExcludeAssets="all" />
</ItemGroup>

<!-- Use a different versioning scheme for nuget packages -->
Expand Down

0 comments on commit eb6363e

Please sign in to comment.