Skip to content

Commit

Permalink
Bump PolySharp to version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Jan 22, 2023
1 parent d3cae63 commit 10d782c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<Version>2.8.2</Version>
</PackageReference>
<PackageReference Include="PolySharp">
<Version>1.11.0</Version>
<Version>1.12.1</Version>
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>build; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Only needed for the .Core project and all source generators.
-->
<ItemGroup Condition="'$(MSBuildProjectName)' == 'ComputeSharp.Core' OR $(MSBuildProjectName.EndsWith('.SourceGenerators'))">
<PackageReference Include="PolySharp" Version="1.11.0">
<PackageReference Include="PolySharp" Version="1.12.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>build;analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 10d782c

Please sign in to comment.