Skip to content

Commit

Permalink
Mark IsExternalInit as private assets
Browse files Browse the repository at this point in the history
Moving to CPVM requires that extra properties specified on actual package reference now
  • Loading branch information
smitpatel committed Jul 11, 2023
1 parent 2340d2e commit 5d555ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

<!-- 3rd party -->
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" />
<PackageVersion Include="IsExternalInit" Version="1.0.3" />

<!-- Tests -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0-preview-20221003-04" />
Expand All @@ -114,7 +114,7 @@
<PackageVersion Include="xunit.assert" Version="2.4.2" />
<PackageVersion Include="xunit.combinatorial" Version="1.5.25" />
<PackageVersion Include="xunit.extensibility.core" Version="2.4.2" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.4.2" NoWarn="NU1608" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.4.2" />
<PackageVersion Include="xunit.runner.console" Version="2.4.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5" />

Expand Down
2 changes: 1 addition & 1 deletion eng/imports/HostAgnostic.props
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<!-- 3rd party -->
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="IsExternalInit" />
<PackageReference Include="IsExternalInit" PrivateAssets="all" />

<!-- Host-Agnostic Visual Studio -->
<PackageReference Include="Microsoft.VisualStudio.ImageCatalog" />
Expand Down

0 comments on commit 5d555ec

Please sign in to comment.