Skip to content

Commit

Permalink
Bump PolySharp from 1.13.2 to 1.14.1
Browse files Browse the repository at this point in the history
Bumps [PolySharp](https://github.com/Sergio0694/PolySharp) from 1.13.2 to 1.14.1.
- [Release notes](https://github.com/Sergio0694/PolySharp/releases)
- [Commits](Sergio0694/PolySharp@1.13.2...1.14.1)

---
updated-dependencies:
- dependency-name: PolySharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kzu committed Jun 14, 2024
1 parent 1131a0f commit 41719ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CloudActors.CodeAnaysis/CloudActors.CodeAnaysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Pack="false" Version="4.5.0" />
<PackageReference Include="PolySharp" PrivateAssets="All" Version="1.13.2" />
<PackageReference Include="PolySharp" PrivateAssets="All" Version="1.14.1" />

<PackageReference Include="Scriban" Version="5.10.0" Pack="false" IncludeAssets="build" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/CloudActors.CodeFix/CloudActors.CodeFix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="NuGetizer" Version="1.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Pack="false" Version="4.5.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Pack="false" Version="4.5.0" />
<PackageReference Include="PolySharp" PrivateAssets="All" Version="1.13.2" />
<PackageReference Include="PolySharp" PrivateAssets="All" Version="1.14.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CloudActors/CloudActors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="NuGetizer" Version="1.2.0" />
<PackageReference Include="Microsoft.Orleans.Serialization.Abstractions" Version="7.2.1" />
<PackageReference Include="PolySharp" PrivateAssets="All" Version="1.13.2" />
<PackageReference Include="PolySharp" PrivateAssets="All" Version="1.14.1" />
</ItemGroup>

</Project>

0 comments on commit 41719ac

Please sign in to comment.