Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.93 to 1.0.94 in /src (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent 8dc565f commit d8bd4f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NodaTime.Bogus/NodaTime.Bogus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="NodaTime" Version="3.1.9" />
<PackageReference Include="ProjectDefaults" Version="1.0.93" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.94" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<PackageReference Include="Verify.Xunit" Version="21.0.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="25.1.0" />
<ProjectReference Include="..\NodaTime.Bogus\NodaTime.Bogus.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.93" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.94" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit d8bd4f9

Please sign in to comment.