Skip to content

Commit

Permalink
Bump JetBrains.Annotations from 2023.2.0 to 2023.3.0
Browse files Browse the repository at this point in the history
Bumps [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) from 2023.2.0 to 2023.3.0.
- [Commits](JetBrains/JetBrains.Annotations@v2023.2.0...2023.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 13, 2023
1 parent ba1f30b commit a4146cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Src/FluentAssertions/FluentAssertions.csproj
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<!-- To reduce build times, we only enable analyzers for the newest TFM -->
<PropertyGroup>
Expand Down Expand Up @@ -45,7 +45,7 @@

<ItemGroup Label="Analyzers">
<AdditionalFiles Include="BannedSymbols.txt" />
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="PolySharp" Version="1.13.2" PrivateAssets="all" />
</ItemGroup>
Expand Down
Expand Up @@ -34,7 +34,7 @@

<ItemGroup>
<PackageReference Include="Chill" Version="4.1.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
Expand Down

0 comments on commit a4146cd

Please sign in to comment.