Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.99 to 1.0.100 in /src (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 4f4c491 commit 7f603c6
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.99" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" 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.3.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="25.1.0" />
<ProjectReference Include="..\NodaTime.Bogus\NodaTime.Bogus.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 7f603c6

Please sign in to comment.