Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.93 to 1.0.94 in /src (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 56344eb commit 2fd459f
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.NUnit" Version="21.0.0" />
<PackageReference Include="LocalDb" Version="15.4.0" />
<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.SqlServer\Verify.SqlServer.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Verify.SqlServer/Verify.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
<PackageReference Include="Verify" Version="21.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="ProjectDefaults" Version="1.0.93" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.94" PrivateAssets="all" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
</ItemGroup>
</Project>

0 comments on commit 2fd459f

Please sign in to comment.