Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 26, 2024
1 parent a1a7d76 commit 41df733
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Verify.Nunit" Version="23.2.1" />
<ProjectReference Include="..\WaffleGenerator.Bogus\WaffleGenerator.Bogus.csproj" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
<Using Include="NUnit.Framework.Legacy.ClassicAssert" Static="True" />
<Using Include="NUnit.Framework.Assert" Static="True" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/WaffleGenerator.Bogus/WaffleGenerator.Bogus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="35.4.0" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
</ItemGroup>
</Project>
7 changes: 2 additions & 5 deletions src/WaffleGenerator/WaffleGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
<Description>Produces of text which, on first glance, looks like real, ponderous, prose; replete with clichés.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Polyfill" Version="2.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ProjectDefaults" Version="1.0.110" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 41df733

Please sign in to comment.