Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.93 to 1.0.94 in /src (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent 48ecc17 commit 3f253b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Verify.DiffPlex" Version="2.2.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="ProjectDefaults" Version="1.0.93" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.94" PrivateAssets="all" />
<ProjectReference Include="..\Verify.NewtonsoftJson\Verify.NewtonsoftJson.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Verify.NewtonsoftJson/Verify.NewtonsoftJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="Argon" Version="0.7.2" />
<PackageReference Include="Verify" Version="21.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<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'" />
<PackageReference Include="Polyfill" Version="1.27.2" PrivateAssets="all" />
<Using Include="Newtonsoft.Json.Linq" />
Expand Down

0 comments on commit 3f253b0

Please sign in to comment.