Skip to content

Commit

Permalink
Bump Backport.System.Threading.Lock from 2.0.0 to 2.0.3 in /Source
Browse files Browse the repository at this point in the history
Bumps [Backport.System.Threading.Lock](https:/MarkCiliaVincenti/Backport.System.Threading.Lock) from 2.0.0 to 2.0.3.
- [Release notes](https:/MarkCiliaVincenti/Backport.System.Threading.Lock/releases)
- [Commits](MarkCiliaVincenti/Backport.System.Threading.Lock@2.0.0...2.0.3)

---
updated-dependencies:
- dependency-name: Backport.System.Threading.Lock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent f373003 commit c768278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Csla.Analyzers/Csla.Analyzers/Csla.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" PrivateAssets="all" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Backport.System.Threading.Lock" Version="2.0.0" />
<PackageReference Include="Backport.System.Threading.Lock" Version="2.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Backport.System.Threading.Lock" Version="2.0.0" />
<PackageReference Include="Backport.System.Threading.Lock" Version="2.0.3" />
<PackageReference Include="System.Memory.Data" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>
Expand Down

0 comments on commit c768278

Please sign in to comment.