Skip to content

Commit

Permalink
Bump Microsoft.Data.SqlClient in /Respawn.DatabaseTests
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 4.0.0 to 4.0.5.
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v4.0.0...v4.0.5)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent d07ad07 commit 45b7cd9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Respawn.DatabaseTests/Respawn.DatabaseTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.5" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.90" />
</ItemGroup>
<ItemGroup>
Expand Down
68 changes: 34 additions & 34 deletions Respawn/Respawn.csproj
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Intelligent resetting for database tests</Description>
<Copyright>Copyright Jimmy Bogard</Copyright>
<Authors>Jimmy Bogard</Authors>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<AssemblyName>Respawn</AssemblyName>
<PackageId>Respawn</PackageId>
<PackageTags>tests;integration tests;database tests</PackageTags>
<LangVersion>latest</LangVersion>
<MinVerTagPrefix>v</MinVerTagPrefix>
<PackageIcon>logo.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<None Include="..\logo.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.5.0" PrivateAssets="All" />
</ItemGroup>

</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Intelligent resetting for database tests</Description>
<Copyright>Copyright Jimmy Bogard</Copyright>
<Authors>Jimmy Bogard</Authors>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<AssemblyName>Respawn</AssemblyName>
<PackageId>Respawn</PackageId>
<PackageTags>tests;integration tests;database tests</PackageTags>
<LangVersion>latest</LangVersion>
<MinVerTagPrefix>v</MinVerTagPrefix>
<PackageIcon>logo.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<None Include="..\logo.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.5.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 45b7cd9

Please sign in to comment.