Skip to content

Commit

Permalink
simplify Polyfill PrivateAssets
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 30, 2024
1 parent 1c7e4c3 commit 094af26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/StronglyTypedIds/StronglyTypedIds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="1.29.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Polyfill" Version="1.29.0" PrivateAssets="all" />
<ProjectReference Include="..\StronglyTypedIds.Attributes\StronglyTypedIds.Attributes.csproj" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 094af26

Please sign in to comment.